Differences
This shows you the differences between the selected revisions of the page.
2016-05-31 | 2016-06-22 | ||
library_example_moves_files_keeping_directory_structure (martin) | 5.8.4 Extension option aliases sessionlogfile and pausecheckbox. (martin) | ||
Line 74: | Line 74: | ||
| ''label'' | Text label. Just a plain text label displayed on the options dialog. \\ This "option" has no value. Use ''-'' for the ''name'' parameter. | | | ''label'' | Text label. Just a plain text label displayed on the options dialog. \\ This "option" has no value. Use ''-'' for the ''name'' parameter. | | ||
| ''link'' | Hyperlink. Either use URL for ''caption'', or use link text for the ''caption'' and URL for the ''default'' parameter. \\ This "option" has no value. Use ''-'' for the ''name'' parameter. | | | ''link'' | Hyperlink. Either use URL for ''caption'', or use link text for the ''caption'' and URL for the ''default'' parameter. \\ This "option" has no value. Use ''-'' for the ''name'' parameter. | | ||
+ | |||
+ | There are two aliases for common options. Captions of the aliases are localized. | ||
+ | |||
+ | ^ Shorthand ^ Description ^ | ||
+ | | ''sessionlogfile'' | Equivalent to: ''file "%%&Session log file:"%%'' \\ In addition to that, while it defaults to an empty log file, when browsing for the new log file, it defaults to ''%TEMP%\extensionname.log''. File browser also displays ''.log'' files by default only. | | ||
+ | | ''pausecheckbox'' | Equivalent to ''%%checkbox "&Pause at the end" -pause -pause%%'' | | ||
For example the following entries: | For example the following entries: |