Search Results: wegh edit

dxFileManager Configuration

Reference
This section describes properties that configure the FileManager UI component's contents, behavior, and appearance.

See Also jQuery Create and Configure a Component Angular Component Configuration Syntax Vue Component Configuration Syntax React Component Configuration Syntax accessKey Specifies the...

dxFileUploader Configuration

Reference
An object defining configuration properties for the FileUploader UI component.

the initial value. This property is a read-only flag. You can use it to check if the editor value changed. jQuery index.js $(() => { const fileUploader = $('#fileUploader').dxFileUploader...} /> ); }; export default App; See Also reset isValid Specifies or indicates whether the editor's value is valid. The FileUploader provides alternative validation properties

dxFilterBuilder Configuration

Reference
An object defining the FilterBuilder UI component's configuration properties.

an editor is created. The UI component offers users different editors to enter a value depending on the field's dataType: Calendar, TextBox, SelectBox, and so on. Use this function to customize those editors. NOTE You cannot execute this function for fields that use the editorTemplate. onEditorPreparing A function that is executed before an editor is created. The FilterBuilder offers users

dxFilterBuilder fields lookup

Reference
Configures the lookup field.

edited. Set this property to true only if your data source accepts null values. If you need to specify this property based on a condition, set the showClearButton property instead. This is a property of the SelectBox UI component, which is used as an editor for lookup fields. allowClearing is an alias for this property in the FilterBuilder. The following code shows how to set showClearButton

dxForm Configuration

Reference
An object defining configuration properties for the Form UI component.

labelLocation Specifies the location of a label against the editor. Applies only to labels outside their editors (see labelMode). View Demo See Also Location and Alignment labelMode... the labelMode property within editorOptions. NOTE Please review the following notes: The following editors do not support "static" and "floating" modes and will default to "outside" mode: "dxCalendar