| Index | MODx タグの表示 »
ドキュメント変数
- id - ドキュメントのID. Can also be obtained with $modx->documentIdentifier.
- type - ドキュメント、フォルダ、ウェブリンクのいづれの型か.
- contentType - The content type, such as text/html.
- pagetitle - ドキュメントのページタイトル.
- longtitle - ドキュメントの長いタイトル.
- description - ドキュメントの説明.
- alias - ドキュメントのエイリアス. Friendly URLs を作る際に使用.
- published - [0|1] ドキュメントを公開するかどうか.
- pub_date - ドキュメントの公開日. 通常の日付として持っていないので、出力用のスクリプトによる処理が必要.
Example: strftime("%d/%m/%y %H:%M:%S", $value) - unpub_date - ドキュメントを非公開にする日. 'pub_date' 参照.
- parent - 親ドキュメントの ID.
- isfolder - [0|1] ドキュメントはフォルダかどうか.
- introtext - ドキュメントの要約.
- content - ドキュメントの内容.
- richtext - [0|1] Whether or not a RichText Editor is to be used when editing the document.
- template - ドキュメントに使用されているテンプレートの ID.
- menuindex - メニューに並べる際に使用される index(順番).
- searchable - [0|1] 検索対象かどうか.
- cacheable - [0|1] キャッシュ可かどうか.
- createdby - ドキュメントの作成者のユーザー ID.
- createdon - ドキュメントの作成日. 'pub_date' 参照.
- editedby - ドキュメントの最終更新者のユーザー ID.
- editedon - ドキュメントの最終更新日. 'pub_date' 参照.
- deleted - [0|1] ドキュメントは削除されいてるかどうか (しかし、まだデータベースからは完全に削除されていない).
- deletedon - ドキュメントの削除日. 'pub_date' 参照.
- deletedby - ドキュメントの削除者.
- menutitle - メニュー表示用のタイトル. 空の場合は 'pagetitle' を使用.
- donthit - [0|1] Disable page hit count for the document.
- haskeywords - [0|1] Whether or not the document has links to keywords.
- hasmetatags - [0|1] Whether or not the document has links to meta tags
- privateweb - [0|1] Whether or not this document has been assigned to a private web document group.
- privatemgr - [0|1] Whether or not this document has been assigned to a private manager document group.
- content_dispo - [0|1] Whether the document's content-disposition is attachment or inline.
- hidemenu - [0|1] ドキュメントをメニューに表示するかどうか.