-
13 Apr 2012 5:20 PM #1
Answered: How to set a component dataitem field to something other than a record field?
Answered: How to set a component dataitem field to something other than a record field?
I have a component dataview, and I am trying to do something like this in the dataitem:
Is there any way to do something like this -- or any other way to set the value of a field to something other than a field of the record?Code:dataMap: { getText: { setHtml: function() { return 'do some operations here'; } }, }
-
Best Answer Posted by Marc-QNX
A solution (well, two) for others viewing this...
http://www.sencha.com/forum/showthre...onent+dataitem
-
13 Apr 2012 6:09 PM #2
A solution (well, two) for others viewing this...
http://www.sencha.com/forum/showthre...onent+dataitem


Reply With Quote