MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

Label: template

All content with label template.
Related Labels: revolution, beginners, variable, customization, responsive, document, tag, foundation, variables, tags, theme, quickstart, modx, template-variable, tutorials, flexibility, manager, bindings, placeholders

Page: (at)FILE (MODx Evolution 1.0)
FILE Syntax @FILE filepath Binds the variable to a file, where filepath is the path and name of the file. The return value is a string containing the content of the file. The file path is the absolute path from the root of the server or your particular installation. The @FILE command ...
Other labels: bindings, variable
Page: (at)FILE (MODx 0.9.6)
FILE Syntax @FILE filepath Binds the variable to a file, where filepath is the path and name of the file. The return value is a string containing the content of the file. The file path is the absolute path from the root of the server or your particular installation. The @FILE command ...
Other labels: bindings, variable
Page: Commonly Used Template Tags (MODx Revolution 2.x)
page lists the most commonly used MODx Revolution tags as an aid to anyone converting HTML/CSS layouts into MODx Templates. These are frequently referred to as "tags" or "placeholders" (and sometimes "template variables"), so we mention those terms here ...
Other labels: tags, placeholders, variables
Page: Creating a Template Variable (MODx 0.9.6)
We will show you how to create a Template Variable and how to add it to a document. We'll also look at how we can: # Add variables to a template. # Modify variables when editing a document. To create a new Template Variable, open the Resource ...
Other labels: variable
Page: Creating a Template Variable (MODx Evolution 1.0)
We will show you how to create a Template Variable and how to add it to a document. We'll also look at how we can: # Add variables to a template. # Modify variables when editing a document. To create a new Template Variable, open the Resource ...
Other labels: variable
Page: Flexibility (MODx Add-Ons)
What is Flexibility? Flexibility Fully functional MODX Revolution website. Quickstart projects by creating a fully working MODX Revolution website with just one package. Flexibility version 3.0.6rc http://flexibilitymodx.com/ This package is meant to be used once to quickstart ...
Other labels: tutorials, flexibility, modx, revolution, foundation, responsive, quickstart
Page: getDocumentChildrenTVarOutput (MODx Evolution 1.0)
API:getDocumentChildrenTVarOutput Variable name: getDocumentChildrenTVarOutput Modx versions: 0.9.x Evolution Input parameters: Return if successful: Return type: array Return on failure: Object parent: DocumentParser DocumentParser Object Description / Usage array getDocumentChildrenTVarOutput($parentid, $tvidnames, $published ...
Other labels: variable, template-variable
Page: Manager Templates and Themes (MODx Revolution 2.x)
about customizing the manager and its templates. For example if you want a customized manager login form. The MODX manager uses a template much like regular MODX pages. The manager's template files live inside of manager/templates/default directory ...
Other labels: theme, manager, customization
Page: Resource Fields (MODx Evolution 1.0)
listing of all of the (currently) available documentspecific resource fields. Each one is a field in the MODX sitecontent table. They are accessed with \\resourcefieldname\\ tags. These values can also usually be retrieved from the array. $modx>documentObject'resourcefieldname' id \ The document's ID ...
Other labels: template-variable, document, tag
Page: Resource Fields (MODx 0.9.6)
listing of all of the (currently) available documentspecific resource fields. Each one is a field in the MODX sitecontent table. They are accessed with \resourcefieldname\ tags. These values can also usually be retrieved from the $modx>documentObject\'resourcefieldname'\ array. id \ The document's ...
Other labels: template-variable, document, tag