Differences
This shows you the differences between the selected revisions of the page.
2016-07-20 | 2016-07-20 | ||
fixing anchor (martin) | group also have no value (martin) | ||
Line 58: | Line 58: | ||
^ Parameters ^ Description ^ | ^ Parameters ^ Description ^ | ||
- | | ''name'' | Unique name of the option. In the custom command, any ''%name%'' string will get replaced with configured value of the option. \\ For options dialog control types ''label'' and ''link'' use ''-'' (dash), as these have no value. | | + | | ''name'' | Unique name of the option. In the custom command, any ''%name%'' string will get replaced with configured value of the option. \\ For options dialog control types ''label'', ''link'' and ''group'' use ''-'' (dash), as these have no value. | |
| ''-config'' | The option is used when configuring the extension on [[ui_pref_commands|Preferences dialog]]. | | | ''-config'' | The option is used when configuring the extension on [[ui_pref_commands|Preferences dialog]]. | | ||
| ''-run'' | The option is used when running the extension. When both the ''-config'' and the ''-run'' are used, the value configured on the Preferences dialog is used as the default value, when running the extension. | | | ''-run'' | The option is used when running the extension. When both the ''-config'' and the ''-run'' are used, the value configured on the Preferences dialog is used as the default value, when running the extension. | |