Differences
This shows you the differences between the selected revisions of the page.
2016-09-06 | 2016-09-16 | ||
library_example_keep_local_directory_up_to_date (martin) | 5.9.2 Bug 1456 Expanding patterns in default value of extension options (martin) | ||
Line 63: | Line 63: | ||
| ''type'' | Type of the option or options dialog control. \\ Supported types are: ''textbox'', ''file'', ''dropdownlist'', ''combobox'', ''checkbox'', ''label'', ''link'' | | | ''type'' | Type of the option or options dialog control. \\ Supported types are: ''textbox'', ''file'', ''dropdownlist'', ''combobox'', ''checkbox'', ''label'', ''link'' | | ||
| ''caption'' | Caption of the options dialog control representing the option. | | | ''caption'' | Caption of the options dialog control representing the option. | | ||
- | | ''default'' | Default value of the option. | | + | | ''default'' | Default value of the option. \\ For run-time options (those without the ''-config'' switch) of type ''textbox'' and ''file'', non-file [[custom_command#patterns|custom command patterns]] (''!/'', ''!S'', ''!@'', ''!U'', ''!P'', ''!#'' and ''!\'') are expanded. | |
| ''additional'' | Additional parameters specific to the option type. See below. | | | ''additional'' | Additional parameters specific to the option type. See below. | | ||