API
1 - 3 entries are shown from 87 total found

moveDown - increases the item index and moves the item to the new position

addBind - adds one more bound target

save - defines URLs for data saving


View all ...

Articles
1 - 10 entries are shown from 340 total found

Working with Data

Chapter Document Manager
Loading Data Document Manager is a backend-oriented component ... The contents of group folders are stored in DataCollections . Each collection is accessible via its source . To ... User Data All users are stored in a DataCollection . To get the collection, call the users() method ... . Getting Tags All tags are stored in a

Configuring Columns

Chapter Configuration
With the help of the columns parameter you ... the column. Column data can be taken from: DataCollection any data component (the source component must be ... , the column data will be stored in a datacollection and can be accessed via the column configuration, ... specific collection via the getColumnConfig() method of DataTable:

Data Binding

Chapter Loading and Storing Data
In a nutshell, data binding is a technique ... the resulting array into slave datatable. Binding with DataCollections You can bind components to view-less data collections . ... selection. Since there is no visual selection in DataCollection, it cannot focus on the item visually. Thus ... cursor on the corresponding item in the master

View-less Data Storages

Chapter Loading and Storing Data
The Webix library contains several view-less data components. ... graphic representation and are used to store data. DataCollection - stores a non-hierarchical collection of records (like ... find examples on how to use storages. Using DataCollection and TreeCollection

Working with Data

Chapter File Manager
Loading Data File Manager is a backend-oriented component ... Getting data All loaded directories are stored in DataCollections . You can access a collection by calling the ... , the method will return the current folder structure.

Working with Data

Chapter User Manager
Loading Data User Manager expects a common URL ... the users, roles and rules are stored in DataCollections . To access a collection call one of the ... actions and the categories they were performed in:

How-tos

Chapter Desktop
You can read about general customization rules in ... result, take the following steps: 1. Create a DataCollection to store users. 2. Create functions for interacting with the DataCollection: loadUsers() - to load the user list from the

Working with Data

Chapter Report Manager
Loading Data Report Manager expects a common URL ... report configuration. All modules are stored in a DataCollection . The collection is accessible via the getModules() method ... for reports. All models are stored in a DataCollection . The collection is accessible via the getModels() method ... filtering reports. All queries are stored in a

Working with Resources

Chapter Gantt
Resources is a module for managing project assets. ... Resources All the resources are stored in a DataCollection . The collection is accessible via the resources() method ... Categories All the categories are stored in a DataCollection . The collection is accessible via the categories() method ... Working Time Redefining follows the common customization rules .

Comment

Chapter UI Widgets
Since 6.1 API Reference Methods, properties and ... comment (Enter or Shift+Enter) users ( array,string, DataCollection ) - defines the list of users that ... users can be loaded from inline data array, DataCollection or from a backend: Related sample:  Comments: Loading ... Date and Number Localization Comments CSS Image Map

Samples
1 - 3 entries are shown from 7 total found

Back to top