Added new control "LINK" and example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2650 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5d16b56c9e
commit
c8cc81303a
4 changed files with 223 additions and 7 deletions
36
Contrib/InstallOptions/testlink.ini
Normal file
36
Contrib/InstallOptions/testlink.ini
Normal file
|
@ -0,0 +1,36 @@
|
|||
[Settings]
|
||||
NumFields=4
|
||||
|
||||
[Field 1]
|
||||
Type=Label
|
||||
Left=10
|
||||
Right=-40
|
||||
Top=10
|
||||
Bottom=18
|
||||
Text=This custom page demonstrates the "Link" control
|
||||
|
||||
[Field 2]
|
||||
Type=Link
|
||||
Left=20
|
||||
Right=-40
|
||||
Top=40
|
||||
Bottom=48
|
||||
Text=* Run notepad
|
||||
|
||||
[Field 3]
|
||||
Type=Link
|
||||
Left=20
|
||||
Right=-40
|
||||
Top=50
|
||||
Bottom=58
|
||||
State=mailto:someone@anywhere.com
|
||||
Text=* Send E-mail
|
||||
|
||||
[Field 4]
|
||||
Type=Link
|
||||
Left=20
|
||||
Right=-40
|
||||
Top=60
|
||||
Bottom=68
|
||||
State=http://nsis.sourceforge.net/
|
||||
Text=* Homepage http://nsis.sourceforge.net/
|
Loading…
Add table
Add a link
Reference in a new issue