grouplist

Methods

  • add - adds the new item into a certain branch
  • add - adds the new item into a certain branch
  • attachEvent - attach custom handler to inner event
  • blockEvent - purpose is unknown
  • branchIndex - gets position of the item in the parent branch
  • callEvent - calls inner event
  • clearAll - removes all data
  • clearAll - removes all data
  • customize - applies new type settings
  • dataCount - gets count of items
  • define - sets configuration property or a hash of properties
  • destructor - destructs the object
  • detachEvent - detach custom code from handler
  • exists - checks if the item with such ID exists
  • filter - filters data
  • first - gets the ID of the first item
  • firstChild - gets the id of the first child in a certain branch
  • getNode - gets html object of a view
  • getParent - gets a parent view
  • getSelected - returns ID of selected item(s)
  • hasChild - checks whether an item exists in a certain branch (at any level)
  • hasEvent - checks whether a component has an event
  • idByIndex - gets the id of an item with taken index
  • indexById - the index of the item in question
  • isSelected - checks is item selected or not
  • item - gets the object of a data item
  • last - gets the id of the last item
  • load - loads values from external datasource
  • locate - gets the ID of the item which is affected by HTML event
  • mapEvent - route events from one object to another
  • next - gets ID of the next element which is positioned in defined step
  • nextSibling - gets the id of the next item
  • parent - gets the id of the parent branch
  • parse - added data from a datasource
  • prevSibling - gets the id of the previous item
  • previous - gets ID of the previous element which is positioned in defined step
  • refresh - repaint the whole view or a certain a item
  • remove - removes an item
  • remove - removes an item
  • render - renders a current state of an item or the whole component
  • resize - recalculates and adjusts view sizes
  • scrollTo - scrolls data container to a certain position
  • select - selects item
  • selectAll - selects all items
  • show - adjust scroll state to show item in question
  • sort - sorts datastore
  • unblockEvent - purpose is unknown
  • unselect - unselects item
  • unselectAll - unselects all items
  • update - sets properties of the data item

Events

Properties

  • animate - enables/disables animation
  • templateBack - the template for the back header
  • templateGroup - the template for the item group
  • templateItem - the template for the item
  • select - enables/disables item selection or multiselection in grouplist
  • select - enables/disables item selection or multiselection in grid
  • scroll - enables/disables scroll
  • type - type name or an object that defines Type properties
  • template - item template
  • datastore - custom DataStore object
  • data - loaded data
  • url - data url
  • datatype - type of loaded data
  • container - html container or its id where view needs being initialized
  • id - view id
  • css - class name for view container
  • width - view width
  • height - view height
  • gravity - view gravity (1 by default)