Difference between revisions of "Help Attributes"

From Lianjapedia
Jump to: navigation, search
Line 86: Line 86:
  
  
 +
When editing [[Field Attributes|Form Section Fields]] or [[Advanced Canvas Control Attributes|Canvas Section Advanced Controls]], the '''Tooltip''' is displayed when the mouse hovers in the control.
 +
 
<br clear=all>
 
<br clear=all>
  
Line 92: Line 94:
  
  
 +
 +
The text to be displayed is specified in the '''Tooltip''' attribute.
 +
 +
 +
Note: the text can contain HTML formatting.
  
 
<br clear=all>
 
<br clear=all>

Revision as of 07:30, 13 April 2016

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



When editing Form Section Fields or Canvas Section Advanced Controls, the Tooltip is displayed when the mouse hovers in the control.


Tooltip



The text to be displayed is specified in the Tooltip attribute.


Note: the text can contain HTML formatting.


Info tips

Info tips




Info tips




Context Menu

Context Menu




Context Menu