MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

Label: variable

All content with label variable.
Related Labels: template-variable, template, bindings

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, template
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, template
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: template
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: template
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: template, template-variable