Annotation of /mambo/branches/4.6/administrator/components/com_menus/content_section/content_section.xml
Parent Directory
|
Revision Log
Revision 1 -
(view)
(download)
(as text)
Original Path: mambo/trunk/administrator/components/com_menus/content_section/content_section.xml
| 1 : | root | 1 | <?xml version="1.0" encoding="iso-8859-1"?> |
| 2 : | <mosinstall type="menu" version="4.5.2"> | ||
| 3 : | <name>Table - Content Section</name> | ||
| 4 : | <group>Content</group> | ||
| 5 : | <author>Mambo Project</author> | ||
| 6 : | <creationDate>July 2004</creationDate> | ||
| 7 : | <copyright>(C) 2000 - 2005 Miro International Pty Ltd</copyright> | ||
| 8 : | <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> | ||
| 9 : | <authorEmail>admin@mamboserver.com</authorEmail> | ||
| 10 : | <authorUrl>www.mamboserver.com</authorUrl> | ||
| 11 : | <version>4.5.2</version> | ||
| 12 : | <description>Creates a listing of Content categories for a particular section</description> | ||
| 13 : | <params> | ||
| 14 : | <param name="menu_image" type="imagelist" directory="/images/stories" hide_default="1" default="" label="Menu Image" description="A small image to be placed to the left or right of your menu item, images must be in images/stories/" /> | ||
| 15 : | <param name="page_title" type="radio" default="1" label="Section Title" description="Show/hide the section title"> | ||
| 16 : | <option value="0">Hide</option> | ||
| 17 : | <option value="1">Show</option> | ||
| 18 : | </param> | ||
| 19 : | <param name="pageclass_sfx" type="text" size="20" default="" label="Page Class Suffix" description="A suffix to be applied to the css classes of the page, this allows individual page styling" /> | ||
| 20 : | <param name="back_button" type="list" default="" label="Back Button" description="Show/Hide a Back Button, that returns you to the previously view page"> | ||
| 21 : | <option value="">Use Global</option> | ||
| 22 : | <option value="0">Hide</option> | ||
| 23 : | <option value="1">Show</option> | ||
| 24 : | </param> | ||
| 25 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 26 : | <param name="orderby" type="list" default="" label="Order by" description="This overrides the ordering of the items."> | ||
| 27 : | <option value="">Default</option> | ||
| 28 : | <option value="alpha">Title Alphabetical</option> | ||
| 29 : | <option value="ralpha">Title Reverse-Alphabetical</option> | ||
| 30 : | <option value="order">Ordering</option> | ||
| 31 : | </param> | ||
| 32 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 33 : | <param name="other_cat_section" type="radio" default="1" label="Category List - Section" description="Show/Hide the List of Categories in List view page"> | ||
| 34 : | <option value="0">Hide</option> | ||
| 35 : | <option value="1">Show</option> | ||
| 36 : | </param> | ||
| 37 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 38 : | <param name="description" type="radio" default="0" label="Description" description="Show/Hide the Category Description"> | ||
| 39 : | <option value="0">Hide</option> | ||
| 40 : | <option value="1">Show</option> | ||
| 41 : | </param> | ||
| 42 : | <param name="description_image" type="radio" default="0" label="Description Image" description="Show/Hide the Category Description Image"> | ||
| 43 : | <option value="0">Hide</option> | ||
| 44 : | <option value="1">Show</option> | ||
| 45 : | </param> | ||
| 46 : | <param name="other_cat" type="radio" default="1" label="Category List - Category" description="Show/Hide the List of Categories in Table view page"> | ||
| 47 : | <option value="0">Hide</option> | ||
| 48 : | <option value="1">Show</option> | ||
| 49 : | </param> | ||
| 50 : | <param name="empty_cat" type="radio" default="0" label="Empty Categories" description="Show/Hide empty(no items) categories"> | ||
| 51 : | <option value="0">Hide</option> | ||
| 52 : | <option value="1">Show</option> | ||
| 53 : | </param> | ||
| 54 : | <param name="cat_items" type="radio" default="1" label="# Category Items" description="Show/Hide the number of items in each category"> | ||
| 55 : | <option value="0">Hide</option> | ||
| 56 : | <option value="1">Show</option> | ||
| 57 : | </param> | ||
| 58 : | <param name="cat_description" type="radio" default="1" label="Category Description" description="Show/Hide the Category Description, it will appear below the Category Name"> | ||
| 59 : | <option value="0">Hide</option> | ||
| 60 : | <option value="1">Show</option> | ||
| 61 : | </param> | ||
| 62 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 63 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 64 : | <param name="date_format" type="text" size="15" default="" label="Date Format" description="The format of the date displayed, using PHPs strftime Command Format - if left blank it will load the format from your language file" /> | ||
| 65 : | <param name="date" type="list" default="" label="Date Column" description="Show/Hide the Date column"> | ||
| 66 : | <option value="">Use Global</option> | ||
| 67 : | <option value="0">Hide</option> | ||
| 68 : | <option value="1">Show</option> | ||
| 69 : | </param> | ||
| 70 : | <param name="author" type="list" default="" label="Author Column" description="Show/Hide the Author column"> | ||
| 71 : | <option value="">Use Global</option> | ||
| 72 : | <option value="0">Hide</option> | ||
| 73 : | <option value="1">Show</option> | ||
| 74 : | </param> | ||
| 75 : | <param name="hits" type="list" default="" label="Hits Column" description="Show/Hide the Hits column"> | ||
| 76 : | <option value="">Use Global</option> | ||
| 77 : | <option value="0">Hide</option> | ||
| 78 : | <option value="1">Show</option> | ||
| 79 : | </param> | ||
| 80 : | <param name="headings" type="radio" default="1" label="Table Headings" description="Show/Hide the Table Headings"> | ||
| 81 : | <option value="0">Hide</option> | ||
| 82 : | <option value="1">Show</option> | ||
| 83 : | </param> | ||
| 84 : | <param name="navigation" type="radio" default="1" label="Navigation Bar" description="Show/Hide the Navigation bar"> | ||
| 85 : | <option value="0">Hide</option> | ||
| 86 : | <option value="1">Show</option> | ||
| 87 : | </param> | ||
| 88 : | <param name="order_select" type="radio" default="1" label="Order Select" description="Show/Hide the Order Select dropdown"> | ||
| 89 : | <option value="0">Hide</option> | ||
| 90 : | <option value="1">Show</option> | ||
| 91 : | </param> | ||
| 92 : | <param name="display" type="radio" default="1" label="Display Select" description="Show/Hide the Display Select dropdown"> | ||
| 93 : | <option value="0">Hide</option> | ||
| 94 : | <option value="1">Show</option> | ||
| 95 : | </param> | ||
| 96 : | <param name="display_num" type="list" default="50" label="Display Number" description="Number of items to be displayed by default"> | ||
| 97 : | <option value="5">5</option> | ||
| 98 : | <option value="10">10</option> | ||
| 99 : | <option value="15">15</option> | ||
| 100 : | <option value="20">20</option> | ||
| 101 : | <option value="25">25</option> | ||
| 102 : | <option value="30">30</option> | ||
| 103 : | <option value="50">50</option> | ||
| 104 : | </param> | ||
| 105 : | <param name="filter" type="radio" default="1" label="Filter" description="Show/Hide the Filter ability"> | ||
| 106 : | <option value="0">Hide</option> | ||
| 107 : | <option value="1">Show</option> | ||
| 108 : | </param> | ||
| 109 : | <param name="filter_type" type="list" default="title" label="Filter Field" description="Which field shall the filter apply to"> | ||
| 110 : | <option value="title">Title</option> | ||
| 111 : | <option value="author">Author</option> | ||
| 112 : | <option value="hits">Hits</option> | ||
| 113 : | </param> | ||
| 114 : | </params> | ||
| 115 : | </mosinstall> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

