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 |
#LOOP(#HelpTopicsByPageType("MBO") |
Example |
#LOOP(#HelpTopicsByPageType("MBO") ... #ENDLOOP |
Input |
|
HelpTopicsExtByPageType
Returns the helptopics ext for a given pagetype
Syntax |
#LOOP(#HelpTopicsExtByPageType("MBO") |
Example |
#LOOP(#HelpTopicsExtByPageType("MBO") ... #ENDLOOP |
Input |
|
IsUserHelpDisabled
Tests if the help for a pagetype is disabled
Syntax |
#FUNCTION("IsUserHelpDisabled", #Session.User.Object, #PAGETYPE) #IF(#FUNCTION("IsUserHelpDisabled",#Session.User.Object, #PAGETYPE)) ....display something #ENDIF |
Input |
|