To add help text to any page, use the following naming convention to create the "help key" <controller><action> key. For example, to add help text to the ServerTemplates index page he would use "server</action>templates_index."</controller>
To create conditional text, you must create custom keys and add code to the controller like this:
if @condition == true @helpmessagekey = "mycustomkey"
endThe help text will always appear in the same place, i.e. at the top of the view. If you require help text inside a tab, popup, or elsewhere, you can still use the help_message method to render the help text as you wish.
Settings > Help Text > NewTo add help text to any page, use the following naming convention to create the "help key" <controller>_<action> key. For example, to add help text to the ServerTemplates index page he would use "server_templates_index."</action></controller>
Tab help will be listed below general section help which appears across all tabs. To create tab-level text, add _tab_tabname after section name. Ex: servertemplates_tab_private (ServerTemplates > Private tab)
Show Icon[link text](http://mysite.com/ "hover text")
HelpText Inside Dashboard (for Developers)To create conditional text, you must create custom keys and add code to the controller like this:
if @condition == true @help_message_key = "my_custom_key" end
To word wrapped with underbars will be italicized. You will need to escape them by adding a \ in front of the underbar.
The help text will always appear in the same place, i.e. at the top of the view. If you require help text inside a tab, popup, or elsewhere, you can still use the help_message method to render the help text as you wish.
Settings > Admin > Help Text > Index© 2006-2014 RightScale, Inc. All rights reserved.
RightScale is a registered trademark of RightScale, Inc. All other products and services may be trademarks or servicemarks of their respective owners.