======= isArray ======= .. js:function:: webix.isArray(obj) webix.isArray helper. Please look into the linked `official documentation`_. Referenced by ~~~~~~~~~~~~~ helpers `~webix._ready_code`:js:func:, `~webix.ajax.count`:js:func:, `~webix.animate`:js:func:, `~webix.copy`:js:func:, `~webix.editors`:js:attr:, `~webix.i18n`:js:attr:, `~webix.ui`:js:func:, `~webix.ui.datafilter.dateFilter`:js:attr:. mixins `~webix.AtomDataLoader`:js:class:, `~webix.CodeParser`:js:class:, `~webix.DataDriver.json`:js:class:, `~webix.DataMove`:js:class:, `~webix.DataStore`:js:class:, `~webix.EditAbility`:js:class:, `~webix.MapCollection`:js:class:, `~webix.SelectionModel`:js:class:, `~webix.Touch`:js:class:, `~webix.TreeDataMove`:js:class:, `~webix.TreeStore`:js:class:. views `~webix.ui.calendar`:js:class:, `~webix.ui.datepicker`:js:class:, `~webix.ui.slider`:js:class:, `~webix.ui.text`:js:class:. External references ~~~~~~~~~~~~~~~~~~~ `Official documentation page`_. .. _official documentation: .. _Official documentation page: http://docs.webix.com/api___isarray.html Code ~~~~ .. literalinclude:: js_srcs/isArray_helper.js :language: javascript :linenos: