setControlProperty, getControlProperty
I use XML Data Islands and I really need to be able to get the edited data back into the XML. So I was researching why the edit of this type of data does not work and I came to the point that fails.
In the AW.UI.Input - _update function, the this.getControlProperty("text") does not work correctly. Also, if I try to force the value that I want in there, the this.setControlProperty("value",value) does not work.
So then I was trying to figure out why not and realized that I cannot find the definition of these two methods/properties. Am I missing something really big?
Also, any more info on how to make the edits work with the AW.XML.Table or maybe a concrete example on how to get the value, row, column of the edited cell? I've found that the examples don't work with XML data.
In the AW.UI.Input - _update function, the this.getControlProperty("text") does not work correctly. Also, if I try to force the value that I want in there, the this.setControlProperty("value",value) does not work.
So then I was trying to figure out why not and realized that I cannot find the definition of these two methods/properties. Am I missing something really big?
Also, any more info on how to make the edits work with the AW.XML.Table or maybe a concrete example on how to get the value, row, column of the edited cell? I've found that the examples don't work with XML data.
Angela D
December 8,