Search
898 results 281-290
Reference
edit
› A button that will edit one or more existing rows using _Editor_extension for DataTables to determine what data is selectedcreateInline
› A button that will insert a new row for inline row creationSee inlineCreate() for full details. This button requires thattitle()
› Get / set the title of the formCreate new user or Delete account, etc). This methodremove()
› Remove (delete) entries from the tableconfirm they want to delete the selected records. Thisorder()
› Get / set the ordering of fields, as they are displayed in the formprovides the ability to determine what fields are configuredmultiGet()
› Get the values for one or more fields (multi-row editing aware)can be used to determine if a field containsmode()
› Get / set the mode of operation the Editor form is currently inbe used to programmatically determine which mode of operationinError()
› Determine if there is an error condition displayed in the formcan be used to determine if an error messagefield()
› Get a field instance for a named fieldeach field type for details on its extension methods.field().update()
› Update the options available for list field typestheir documentation for full details and all methods available