Sencha: Manipulating Objects: Difference between revisions
From wiki.jacobjohns.com
jwiki>jjohns No edit summary |
m 2 revisions imported |
(No difference)
| |
Latest revision as of 16:06, 27 July 2024

- To manipulate any object in Sencha the object must have an
itemId. Select the object and search the 'Filter Configs...' for itemId, and enter a matching Id name for the object. - In the event where we are manipulating our object use the below to make changes to the object.
this.queryById("<itemID>").hide();
