-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp-english.txt
More file actions
9 lines (9 loc) · 799 Bytes
/
help-english.txt
File metadata and controls
9 lines (9 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
Welcome|#("url" ; "welcome.html")
FileMaker Magazine|#("url" ; "http://www.filemakermagazine.com/")
YouTube Help Video|#("url" ; "https://www.youtube.com/watch?v=ORLfxldFi0E")
Recent releases|#("html" ; "<h1>Not Ready</h1><h4>This section has not been completed</h4>")
Submit Bug|#("script" ; 000) & #("html" ; "<h1>Submit Bug</h1><h4>Click the link Submit Bug to submit another.</h4>")
Message Only|#("message" ; "Hey, this is a message!")
Message With URL|#("message" ; "Have you updated lately!") & #("url" ; "http://www.filemaker.com/support/downloads/")
Control Variables|#("vars" ; #("foo" ; "bar")) & #("message" ; "The variable $foo was created with \"bar\"")
Dialog|#("dialog" ; #("dialogTitle" ; "Hello World") & #("dialogMessage" ; "Look Ma, it works!") & #("dialogButton"; "Awesome" ) )