3
Thanks for the help @[email protected] !!!!
Thanks for the help @[email protected] !!!!
Sure , thanks for your help . I will try this and let you know the results.
I tried this way , please let me know your thoughts.
--------------------------------------------In List editor -------------------------------
List
o1 = option 1
o2 = option 2
$output = [this.getPropertyKeys.map(a => `<option value="${this[a]}">${a}</option>`).join('')]
--------------------------------------------In HTML editor -------------------------------
<select id="selectEl" onclick = "update(out)">[List]</select>
<p id ="out">[selectEl.value]</p>
Please correct me if I made mistakes, i tried this method because It can be dynamic and much friendly
And second thing is ,it might be dumb but, how do I tell the ai helper to edit the content in list editor instead of html editor. Is it even possible??
Sure , I just formatted the question, please read it again, thanks in advance for helping
Thanks for the reply