November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I've soled this on my own. I was missing some js functions, _setValueAttr and _setReadOnlyAttr. After this it worked.
I've managed to build my first custom property using dojo and It works fine.
I have a string property wich I use to save some values from a popupwindow into a textbox.
But Im having trouble to load the saved value from the database when the epi editor loads so it shows up in the textbox.
In my dojo function "postCreate", "this.value" are returned null. But when I check my console (using chrome) I see that postCreate: value: "some text" does have a value.
Anyone have any idea how I could display the saved value in my textbox when the editor loads?