Help Attributes

From Lianjapedia
Revision as of 07:21, 13 April 2016 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Under Construction

See Also

Custom Delegates, Section Attributes, Form Section Fields, Canvas Section Advanced Controls, Advanced Canvas Control Custom Delegates, SHOWHELP()

Overview

Lianja provides a number of ways in which you can display help information for users:

  • Help table
  • Tooltips
  • Info tips
  • Context Menu

Help table

Help table



A help table can be associated with one or more Apps. When a user clicks the Help icon in the section header, the HTML help topic associated with that section is displayed in a popup dialog.


Note: The help dialog can also be displayed using the SHOWHELP() function or the Lianja.showHelp() method.


Help table



The Help Editor is used to create help table content. It is accessed from its headerbar toolbutton.


If your App does not have a currently associated help table, you will be prompted to create it. If you click 'Yes', the table will be created automatically and added to the currently open database.


Help table



The help table name - by default this is the name of your App followed by '_help' - will be automatically added to your App Settings.


If you want to use an existing help table instead of creating a new one, just specify its name in the Help table attribute in the App Settings.

Help table



In the Help Editor, click the 'Add' button in the 'Help topics' panel and type in a unique help topic name.


Help table



Then, in the 'Help text' HTML editor, type the help contents to be displayed.


Help table



Now open the Section Attributes dialog and in the Help topic attribute, specify the help topic name you created in the Help Editor.


Remember to check (True) the Show help icon attribute so that the help icon will be displayed in the section header.


Tooltips

Tooltip




Tooltip




Info tips

Info tips




Info tips




Context Menu

Context Menu




Context Menu