| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Summary view] [Print] [Text view]
1 <?xml version="1.0" encoding="utf-8"?> 2 <form> 3 <field 4 name="id" 5 type="text" 6 default="0" 7 label="JGLOBAL_FIELD_ID_LABEL" 8 description ="JGLOBAL_FIELD_ID_DESC" 9 class="readonly" 10 readonly="true"/> 11 12 <field 13 name="asset_id" 14 type="hidden" 15 filter="unset"/> 16 17 <field 18 name="parent_id" 19 type="categoryedit" 20 label="COM_CATEGORIES_FIELD_PARENT_LABEL" 21 description="COM_CATEGORIES_FIELD_PARENT_DESC" 22 class="inputbox"/> 23 24 <field 25 name="lft" 26 type="hidden" 27 filter="unset"/> 28 29 <field 30 name="rgt" 31 type="hidden" 32 filter="unset"/> 33 34 <field 35 name="level" 36 type="hidden" 37 filter="unset"/> 38 39 <field 40 name="path" 41 type="text" 42 label="CATEGORIES_PATH_LABEL" 43 description="CATEGORIES_PATH_DESC" 44 class="readonly" 45 size="40" 46 readonly="true"/> 47 48 <field 49 name="extension" 50 type="hidden"/> 51 52 <field 53 name="title" 54 type="text" 55 label="JGLOBAL_TITLE" 56 description="JFIELD_TITLE_DESC" 57 class="inputbox" 58 size="40" 59 required="true"/> 60 61 <field 62 name="alias" 63 type="text" 64 label="JFIELD_ALIAS_LABEL" 65 description="JFIELD_ALIAS_DESC" 66 class="inputbox" 67 size="40"/> 68 69 <field 70 name="note" 71 type="text" 72 label="JFIELD_NOTE_LABEL" 73 description="JFIELD_NOTE_DESC" 74 class="inputbox" 75 size="40"/> 76 77 <field 78 name="description" 79 type="editor" 80 label="JGLOBAL_DESCRIPTION" 81 description="COM_CATEGORIES_DESCRIPTION_DESC" 82 class="inputbox" 83 filter="JComponentHelper::filterText" 84 buttons="true" 85 hide="readmore,pagebreak"/> 86 87 <field 88 name="published" 89 type="list" 90 class="inputbox" 91 default="1" 92 size="1" 93 label="JSTATUS" 94 description="JFIELD_PUBLISHED_DESC"> 95 <option 96 value="1"> 97 JPUBLISHED</option> 98 <option 99 value="0"> 100 JUNPUBLISHED</option> 101 <option 102 value="2"> 103 JARCHIVED</option> 104 <option 105 value="-2"> 106 JTRASHED</option> 107 </field> 108 <field 109 name="buttonspacer" 110 label="JGLOBAL_ACTION_PERMISSIONS_LABEL" 111 description="JGLOBAL_ACTION_PERMISSIONS_DESCRIPTION" 112 type="spacer" /> 113 <field 114 name="checked_out" 115 type="hidden" 116 filter="unset"/> 117 118 <field 119 name="checked_out_time" 120 type="hidden" 121 filter="unset"/> 122 123 <field 124 name="access" 125 type="accesslevel" 126 label="JFIELD_ACCESS_LABEL" 127 description="JFIELD_ACCESS_DESC" 128 class="inputbox"/> 129 130 <field 131 name="metadesc" 132 type="textarea" 133 label="JFIELD_META_DESCRIPTION_LABEL" 134 description="JFIELD_META_DESCRIPTION_DESC" 135 rows="3" 136 cols="40"/> 137 138 <field 139 name="metakey" 140 type="textarea" 141 label="JFIELD_META_KEYWORDS_LABEL" 142 description="JFIELD_META_KEYWORDS_DESC" 143 rows="3" 144 cols="40"/> 145 146 <field 147 name="created_user_id" 148 type="user" 149 label="JGLOBAL_FIELD_CREATED_BY_LABEL" 150 desc="JGLOBAL_FIELD_CREATED_BY_DESC" 151 /> 152 153 <field 154 name="created_time" 155 type="text" 156 label="JGLOBAL_CREATED_DATE" 157 class="readonly" 158 filter="unset" 159 readonly="true" /> 160 161 <field 162 name="modified_user_id" 163 type="user" 164 label="JGLOBAL_FIELD_MODIFIED_BY_LABEL" 165 class="readonly" 166 readonly="true" 167 filter="unset"/> 168 169 <field 170 name="modified_time" 171 type="text" 172 label="JGLOBAL_FIELD_MODIFIED_LABEL" 173 class="readonly" 174 filter="unset" 175 readonly="true" /> 176 177 <field 178 name="language" 179 type="contentlanguage" 180 label="JFIELD_LANGUAGE_LABEL" 181 description="COM_CATEGORIES_FIELD_LANGUAGE_DESC" 182 class="inputbox"> 183 <option value="*">JALL</option> 184 </field> 185 186 <field 187 id="rules" 188 name="rules" 189 type="rules" 190 label="JFIELD_RULES_LABEL" 191 translate_label="false" 192 filter="rules" 193 validate="rules" 194 class="inputbox" 195 component="com_content" 196 section="category"/> 197 198 <fields name="params"> 199 <fieldset 200 name="basic"> 201 202 <field 203 name="category_layout" 204 type="componentlayout" 205 label="JFIELD_ALT_LAYOUT_LABEL" 206 description="JFIELD_ALT_COMPONENT_LAYOUT_DESC" 207 view="category" 208 useglobal="true" 209 /> 210 211 <field 212 name="image" 213 type="media" 214 label="COM_CATEGORIES_FIELD_IMAGE_LABEL" 215 description="COM_CATEGORIES_FIELD_IMAGE_DESC" /> 216 </fieldset> 217 </fields> 218 219 <fields name="metadata"> 220 221 <field 222 name="author" 223 type="text" 224 label="JAUTHOR" 225 description="JFIELD_METADATA_AUTHOR_DESC" 226 size="30"/> 227 228 <field name="robots" 229 type="list" 230 label="JFIELD_METADATA_ROBOTS_LABEL" 231 description="JFIELD_METADATA_ROBOTS_DESC" 232 > 233 <option value="">JGLOBAL_USE_GLOBAL</option> 234 <option value="index, follow">JGLOBAL_INDEX_FOLLOW</option> 235 <option value="noindex, follow">JGLOBAL_NOINDEX_FOLLOW</option> 236 <option value="index, nofollow">JGLOBAL_INDEX_NOFOLLOW</option> 237 <option value="noindex, nofollow">JGLOBAL_NOINDEX_NOFOLLOW</option> 238 </field> 239 </fields> 240 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |