Package DE_EPAGES::Presentation::API::TLE::HelpHandler
Implements TLE functions to check if the help is disabled for a Pagetype.
Functions
HelpTopicsByPageType
Returns the helptopics for a given pagetype
Syntax |
#HelpTopicsByPageType("MBO") |
Example |
#LOOP(#HelpTopicsByPageType("MBO")) ... #ENDLOOP |
Input |
|
HelpTopicsExtByPageType
Returns the helptopics ext for a given pagetype
Syntax |
#HelpTopicsExtByPageType("MBO") |
Example |
#LOOP(#HelpTopicsExtByPageType("MBO")) ... #ENDLOOP |
Input |
|
IsUserHelpDisabled
Tests if the help for a pagetype is disabled
Syntax |
#IsUserHelpDisabled(#User, #PageType) |
Example |
#IF(#IsUserHelpDisabled(#Session.User.Object, #PAGETYPE)) ....display something #ENDIF |
Input |
|