added small usage examples
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3703 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
07eb9b6425
commit
38b693f19a
24 changed files with 618 additions and 23 deletions
|
@ -141,10 +141,14 @@ Example usage:
|
|||
|
||||
\S{pageexend} PageExEnd
|
||||
|
||||
Ends a PageEx block.
|
||||
Ends a \R{pageex}{PageEx} block.
|
||||
|
||||
\S{pagecallbacks} PageCallbacks
|
||||
|
||||
\c ([creator_function] [leave_function]) | ([pre_function] [show_function] [leave_function])
|
||||
|
||||
Sets the callback functions for a page defined using \R{pageex}{PageEx}. Can only be used inside a \R{pageex}{PageEx} block. See the above sections for more information about callback functions.
|
||||
|
||||
\c PageEx license
|
||||
\c PageCallbacks licensePre licenseShow licenseLeave
|
||||
\c PageExEnd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue