GanttMessagesEditorSettingsTagHelper
Example
Razor
<editor/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | String | The text that will be rendered as a title of the Predecessor and Successor columns in the Dependencies edit tables, and the Dependency column in the Assignments edit table. |
| actual-end | String | The label text of the end DateTimePicker editor when the planned editors are also present on the form. |
| actual-start | String | The label text of the start DateTimePicker editor when the planned editors are also present on the form. |
| add-new | String | The text that will be rendered in the Create button of the Dependencies and Assignments edit tables. |
| assign-button | String | The text similar to "Assign" displayed in Gantt task editor. |
| dependency-type | String | The text that will be rendered as a title of the Type column in the Dependencies edit tables. |
| editor-title | String | The text similar to "Task" displayed in Gantt task editor. |
| end | String | The text similar to "End" displayed in Gantt task editor. |
| general | String | The text used for the main (general) tab on the edit popup TabStrip. |
| other | String | The text used for the other tab on the edit popup TabStrip. |
| parent-option-label | String | The optionLabel of the parent DropDownList editor. |
| percent-complete | String | The text similar to "Complete" displayed in Gantt task editor. |
| percent-complete-hint | String | The hint text that will be rendered for the percentCompleted NumericTextBox on the popup edit Form. |
| planned-end | String | The text similar to "Planned End" displayed in Gantt task editor. |
| planned-start | String | The text similar to "Planned Start" displayed in Gantt task editor. |
| predecessors | String | The text used for the predecessors tab on the edit popup TabStrip. |
| remove | String | The text that will be rendered in the Remove button of the Dependencies and Assignments edit tables. |
| resources | String | The text similar to "Resources" displayed in Gantt task editor. |
| resources-editor-title | String | The text similar to "Resources" displayed in Gantt task editor. |
| resources-header | String | The text similar to "Resources" displayed in Gantt task editor. |
| start | String | The text similar to "Start" displayed in Gantt task editor. |
| successors | String | The text used for the successors tab on the edit popup TabStrip. |
| title | String | The text similar to "Title" displayed in Gantt task editor. |
| units-header | String | The text similar to "Units" displayed in Gantt task editor. |