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?
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?