ct4.us
Home
Download
Docs
Login
Register
Contact Us
Home
Docs
Layout Tags
Layout Tags
HTML
{{ html.add }} – Add New
{{ html.batch }} – Batch Toolbar
{{ html.button }} – Button
{{ html.captcha }} – Captcha
{{ html.checkboxcount }} – Record Selected count
{{ html.goback }} – Go Back Button
{{ html.importcsv }} – Import CSV
{{ html.limit }} – A select box to change the number of records per page
{{ html.message }} – Alert Message
{{ html.navigation }} – Navigation
{{ html.orderby }} – Order By (Sort By) box
{{ html.pagination }} – Pagination Bar
{{ html.print }} – Print Button
{{ html.recordcount }} – Record Count text
{{ html.recordlist }} – List of Records
{{ html.search }} – Search Box
{{ html.searchbutton }} – Search Button
{{ html.searchreset }} – Search Reset Button
{{ html.tablehead }} – HTML Table Head
{{ html.toolbar }} – Toolbar
Record
{{ record.advancedjoin }} – Table Join
{{ record.avg }} – Average
{{ record.count }} – Count
{{ record.id }} – record ID
{{ record.islast }} – Check if Record is Last in List
{{ record.joinavg }} – Table Join – Average
{{ record.joincount }} – Table Join – Count
{{ record.joinmax }} – Table Join – Maximum
{{ record.joinmin }} – Table Join – Minimum
{{ record.joinsum }} – Table Join – Sum
{{ record.jointable }} – Join Table – Table
{{ record.joinvalue }} – Table Join – Value
{{ record.link }} – Link to detailed page
{{ record.max }} – Maximum
{{ record.min }} – Minimum
{{ record.missingfields }} – Returns a List of required fields that are missing.
{{ record.missingfieldslist }} – Returns an Array of required fields that are missing.
{{ record.number }} – Record Number
{{ record.published }} – Published
{{ record.sum }} – Sum
Table
{{ table.description }} – Description
{{ table.fields }} – Fields
{{ table.id }} – Table ID
{{ table.name }} – Table Name
{{ table.recordpagestart }} – Page Start Record number
{{ table.records }} – Record Count (filtered)
{{ table.recordsperpage }} – Number of records per page
{{ table.recordstotal }} – Total Number of Records
{{ table.title }} – Table Title
Tables
{{ tables.getrecord }} – Get Record
{{ tables.getrecords }} – Get Records
{{ tables.getvalue }} – Get Value
Fields
{{ fields.count }} – Field Count (number)
{{ fields.json }} – Field Json Array
{{ fields.list }} – List of field parameters
User
{{ user.customfield }} – Custom Field
{{ user.email }} – Email
{{ user.id }} – Current User ID
{{ user.lastvisitdate }} – Last Visit Date
{{ user.name }} – User Full Name
{{ user.registerdate }} – Register Date
{{ user.usergroups }} – User Groups
{{ user.username }} – Username
URL
{{ url.base64 }} – Base64 Encode URL
{{ url.format }} – Output Format
{{ url.getalnum }} – Alphanumeric
{{ url.getcmd }} – Command
{{ url.getfloat }} – Float/Decimal
{{ url.getint }} – Integer
{{ url.getstring }} – String
{{ url.getstringanddecode }} – Base64 Decode
{{ url.getstringandencode }} – Base64 Encode
{{ url.getuint }} – Unsigned Integer
{{ url.getword }} – Word
{{ url.itemid }} – Menu Itemid
{{ url.link }} – Link
{{ url.root }} – Website Root URI
{{ url.server }} – Server
{{ url.set }} – Set query parameter
Document
{{ document.attachment }} – Email file attachment
{{ document.config }} – Get Custom Tables Configuration Parameter
{{ document.get }} – Get Variable Value
{{ document.jslibrary }} – Add JavaScript Library
{{ document.languagepostfix }} – Language Postfix
{{ document.layout }} – Extend Layout
{{ document.script }} – Add JavaScript file
{{ document.set }} – Set Variable Value
{{ document.setheadtag }} – HTML Document Head Tag
{{ document.setmetadescription }} – Set Meta Description
{{ document.setmetakeywords }} – Set Meta Keywords
{{ document.setpagetitle }} – Set Page Title
{{ document.sitename }} – Site Name
{{ document.style }} – Add CSS file
Filters
{{ | base64decode }} – Base64 Decode
{{ | base64encode }} – Base64 Encode
{{ | json_decode }} – JSON Decode
{{ | json_encode }} – JSON Encode
{{ | md5 }} – MD5 Hash
{{ | ucwords }} – Uppercase Words