content-info —
| Attribute | Pos. | Req. | Default | Description |
|---|---|---|---|---|
| dir | 0 | |||
| templates | 0 | |||
| components | ||||
| delimiter |
,
|
|||
| code | ||||
| label | ||||
| no_none | ||||
| structure-none | ||||
| show_class | ||||
| interpolate | 0 | interpolate output? | ||
| hide | 0 | Hide the tag return value? |
Interchange 5.9.0:
Source: code/UI_Tag/content_info.coretag
Lines: 18
# Copyright 2002-2007 Interchange Development Group and others
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. See the LICENSE file for details.
#
# $Id: content_info.coretag,v 1.5 2007-03-30 23:40:54 pajamian Exp $
UserTag content-info Order dir
UserTag content-info addAttr
UserTag content-info Version $Revision: 1.5 $
UserTag content-info Routine <<EOR
use UI::ContentEditor;
sub {
UI::ContentEditor::content_info(@_);
}
EOR