Sencha: Manipulating Objects

From wiki.jacobjohns.com
Revision as of 16:06, 27 July 2024 by Jjohns (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


  1. 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.
  2. In the event where we are manipulating our object use the below to make changes to the object.
    • this.queryById("<itemID>").hide();