EditSettings Class [PHP]

Summary

Properties Description
CancelButtonText Get or set the text of cancel button
CancelButtonToolTip Get or set the tooltip of cancel button
ColumnNumber Get or set the column number in edit form.
ConfirmButtonText Get or set the text of confirm button
ConfirmButtonToolTip Get or set the tooltip of confirm button
HeaderCaption Get or set header of edit form.
InputFocus Get or set the behavior of grid when it is inside edit mode.
Mode Get or set which mode of edit form to render.
Template Set the object of GridTemplate's implementation class.

Properties Detail

CancelButtonTextTop

string CancelButtonText

Get or set the text of cancel button

Show/Hide Code

Supported from version: 1.0.0.0

CancelButtonToolTipTop

string CancelButtonToolTip

Get or set the tooltip of cancel button

Show/Hide Code

Supported from version: 1.0.0.0

ColumnNumberTop

int ColumnNumber

Get or set the column number in edit form.

Show/Hide Code

Supported from version: 1.0.0.0

ConfirmButtonTextTop

string ConfirmButtonText

Get or set the text of confirm button

Show/Hide Code

Supported from version: 1.0.0.0

ConfirmButtonToolTipTop

string ConfirmButtonToolTip

Get or set the tooltip of confirm button

Show/Hide Code

Supported from version: 1.0.0.0

HeaderCaptionTop

string HeaderCaption

Get or set header of edit form.

Show/Hide Code

Supported from version: 1.0.0.0

InputFocusTop

string InputFocus

Get or set the behavior of grid when it is inside edit mode.

Default value : "None"

Allowed values :

  • "HideGrid" : The grid is hidden when user perform editing
  • "BlurGrid" : The grid is blurred when user perform editting

Show/Hide Code

Supported from version: 3.5.0.0

ModeTop

string Mode

Get or set which mode of edit form to render. The mode is whether default "Inline", "Form" or custom "Template"

Default value : "Form"

Allowed values :

  • "Inline" : Use built-in inline
  • "Form" : Use built-in form
  • "Template" : Use custom form template

Show/Hide Code

Supported from version: 1.0.0.0

TemplateTop

GridTemplate Template

Set the object of GridTemplate's implementation class.

Show/Hide Code

Supported from version: 1.0.0.0