I have an input Textarea:
…},
{
name: “attest_text”,
type: “input”,
label: “Note”,
value: “Debugging text”,
inputWidth: 300,
rows: 7
},
{…
I show the window with the form, change the input “attest_text” text to “The text is changed”, close the window with the form via a ‘Save’ button.
When the window is closed the following commands returns “The text is changed” (the changed text) as it should in DHTMLX 4.5 but “Debugging text” (starting value) in DHTMLX 4.6:
Yes!
Now both works as expected:
vAttText = gAttestActionForm.getItemValue(“attest_text”);
vJSON = formSerializer(gAttestActionForm);
You people never dissapoints.
However I still get these strange errors is the console in Chrome (image):
Could you please provide us complete demo including all correspondnig js/css files?
Please also add information regarding current and expected behaviour.