Sencha: Manipulating Objects

From wiki.jacobjohns.com
Revision as of 18:14, 23 June 2023 by jwiki>jjohns (Created)
(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();