Package DE_EPAGES::Presentation::API::TLE::HistoryPrefixes
Implements the TLE variables #Session_Tray and #Session_History.
Functions
Session_History
Returns the session history loop. See DE_EPAGES::Presentation::API::History::GetHistory. TLE variables inside the loop.
- EventHistoryID - view history indentifier (primary key)- int
- SessionID - internal session id - int
- Name - title or name of page - string
- ObjectID - object id (optional)- int
- URI - Uniform Resource Identifiers of get request - string
Syntax |
#Session_History |
Example |
#LOOP(#Session_History) <a href="#URI">#Name</a> #ENDLOOP |
Session_Tray
Returns the object tray of the current session. See DE_EPAGES::Presentation::API::Object::Tray.
Syntax |
#Session_Tray |
Example |
#LOOP(#Session_Tray.Groups) #Name (#CountElements) #ENDLOOP |