IAction
An action item.
Action items are used in the Toolbar, matrix rows, titles of pages, panels, questions, and other survey elements.
Properties
Methods
Events
Specifies the name of a component used to render the action item.
- Type:
- string readonly
- Implemented in:
- IAction
One or several CSS classes that you want to apply to the outer <div> element.
In the markup, an action item is rendered as an <input> or <button> wrapped in a <div>. The css property applies classes to the <div> element.
To apply several classes, separate them with a space character: "myclass1 myclass2".
- Type:
- string readonly
- Implemented in:
- IAction
- See also:
- innerCss
The action item's data object. Use it to pass required data to a custom template or component.
- Type:
- any readonly
- Implemented in:
- IAction
Set this property to true if you want to disable keyboard navigation for the action item (sets the tabIndex attribute to -1).
- Type:
- boolean readonly
- Implemented in:
- IAction
One or several CSS classes that you want to apply to the inner <input> or <button> element.
In the markup, an action item is rendered as an <input> or <button> wrapped in a <div>. The innerCss property applies classes to the <input>/<button> element.
To apply several classes, separate them with a space character: "myclass1 myclass2".
- Type:
- string readonly
- Implemented in:
- IAction
- See also:
- css
The action item's location in a matrix question's row.
The following values are available:
"start"- The action item is located at the beginning of the row."end"- The action is located at the end of the row.
- Type:
- string readonly
- Implemented in:
- IAction
Specifies the visibility of the action item's title.
- Type:
- boolean readonly
- Implemented in:
- IAction
- See also:
- title * , disableShrink
The action item's title.
- Type:
- string readonly
- Implemented in:
- IAction
- See also:
- showTitle * , disableShrink
Copyright © 2025 Devsoft Baltic OÜ. All rights reserved.