MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

Label: bindings

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

Page: (at)CHUNK (MODx 0.9.6)
64;CHUNK @CHUNK Bindings Syntax @CHUNK chunkname Binds the variable to a document. Where chunkname is the name of the chunk. The returned value is a string containing the content of the chunk. This binding is very similar to the @DOCUMENT binding with the exception that it will bind the TV to a chunk (or htmlsnippet ...
Other labels: template-variable, chunk
Page: (at)CHUNK (MODx Evolution 1.0)
64;CHUNK @CHUNK Bindings Syntax @CHUNK chunkname Binds the variable to a document. Where chunkname is the name of the chunk. The returned value is a string containing the content of the chunk. This binding is very similar to the @DOCUMENT binding with the exception that it will bind the TV to a chunk (or htmlsnippet ...
Other labels: template-variable, chunk
Page: (at)DIRECTORY (MODx 0.9.6)
64;DIRECTORY @DIRECTORY Bindings @DIRECTORY pathtofolder Binds the variable to a folder, where pathtofolder is the path to the folder, read from the document root of the site (not the root of the server). It returns a list of ALL files in the specified folder filtering by file type (e.g. ...
Other labels: template-variable, directory
Page: (at)DIRECTORY (MODx Evolution 1.0)
64;DIRECTORY @DIRECTORY Bindings @DIRECTORY pathtofolder Binds the variable to a folder, where pathtofolder is the path to the folder. It returns the list of files in the specified folder
Other labels: directory, template-variable
Page: (at)DOCUMENT (MODx Evolution 1.0)
64;DOCUMENT
Other labels: template-variable
Page: (at)DOCUMENT (MODx 0.9.6)
64;DOCUMENT
Other labels: template-variable
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: variable, 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: template, variable
Page: (at)INHERIT (MODx Evolution 1.0)
64;INHERIT
Other labels: template-variable
Page: (at)INHERIT (MODx 0.9.6)
64;INHERIT
Other labels: template-variable