form
Type: Component
File: ui/form.js
Based on:
Values
,
ValidateData
,
MouseEvents
,
Scrollable
,
RenderStack
,
DataLoader
,
AtomDataLoader
,
view
,
Settings
,
Destruction
,
EventSystem
,
Settings
Included in:
Methods
add
- adds item to the store
attachEvent
- attach custom handler to inner event
blockEvent
- purpose is unknown
callEvent
- calls inner event
clear
- clear values from all inputs ( resets them to the default values )
clearAll
- remove all items from the component
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
focus
- sets focus to an input
getNode
- gets html object of a view
getParent
- gets a parent view
getValues
- gets hash of data values
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
item
- gets the object of a data item
last
- gets the id of the last item
load
- loads values from external datasource
loadValues
- loads data 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
parse
- added data from a datasource
parseValues
- adds data from a source
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 element from datastore
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
setValues
- set values for all inputs in the component
show
- adjust scroll state to show item in question
sort
- sorts datastore
unblockEvent
- purpose is unknown
update
- sets properties of the data item
validate
- validate for the defined rules
Events
onitemclick
- item was clicked
onbeforecontextmenu
- context menu call in the item area
onitemdblclick
- item was double-clicked
onmousemove
- mouse was pointed over item
onmouseout
- mouse was moved out from item
onmousemoving
- mouse was moved over component
onbeforerender
- occurs when rendering is starting
onitemrender
- for each item rendering, occurs only for items with custom templates
onafterrender
- after view rendered
onxls
- before xml loading start
onxle
- after xml loading end
Properties
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)