Annotation of /mambo/branches/4.5.3h/modules/mod_newsflash.xml
Parent Directory
|
Revision Log
Revision 1416 - (view) (download) (as text)
| 1 : | root | 1 | <?xml version="1.0" encoding="iso-8859-1"?> |
| 2 : | <mosinstall type="module" version="4.5.2"> | ||
| 3 : | <name>Newsflash</name> | ||
| 4 : | ocs_cms | 1416 | <author>Mambo Foundation</author> |
| 5 : | root | 1 | <creationDate>July 2004</creationDate> |
| 6 : | ocs_cms | 1416 | <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright> |
| 7 : | chanh | 1394 | <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license> |
| 8 : | ocs_cms | 1416 | <authorEmail>core@mambo-foundation.org</authorEmail> |
| 9 : | <authorUrl>www.mambo-foundation.org</authorUrl> | ||
| 10 : | root | 1 | <version>4.5.2</version> |
| 11 : | <description>The Newsflash module randomly selects one of the published items from a category upon each page refresh. It may also dislpay multiple items in horizontal or vertical configurations.</description> | ||
| 12 : | <files> | ||
| 13 : | <filename module="mod_newsflash">mod_newsflash.php</filename> | ||
| 14 : | </files> | ||
| 15 : | <params> | ||
| 16 : | <param name="catid" type="mos_category" default="0" label="Category" description="A content cateogry" /> | ||
| 17 : | <param name="style" type="list" default="random" label="Style" description="The style to display the category"> | ||
| 18 : | <option value="random">Randomly choose one at a time</option> | ||
| 19 : | <option value="horiz">Horizontal</option> | ||
| 20 : | <option value="vert">Vertical</option> | ||
| 21 : | </param> | ||
| 22 : | <param name="image" type="radio" default="0" label="Show images" description="Display content item images"> | ||
| 23 : | <option value="1">Yes</option> | ||
| 24 : | <option value="0">No</option> | ||
| 25 : | </param> | ||
| 26 : | <param name="link_titles" type="list" default="" label="Linked Titles" description="Make the Item titles linkable"> | ||
| 27 : | <option value="">Use Global</option> | ||
| 28 : | <option value="0">No</option> | ||
| 29 : | <option value="1">Yes</option> | ||
| 30 : | </param> | ||
| 31 : | <param name="readmore" type="radio" default="0" label="Read More" description="Show/Hide the Read More button"> | ||
| 32 : | <option value="0">Hide</option> | ||
| 33 : | <option value="1">Show</option> | ||
| 34 : | </param> | ||
| 35 : | <param name="item_title" type="list" default="0" label="Item Title" description="Show item title"> | ||
| 36 : | <option value="0">No</option> | ||
| 37 : | <option value="1">Yes</option> | ||
| 38 : | </param> | ||
| 39 : | <param name="items" type="text" default="" label="No. of Items" description="No of items to display" /> | ||
| 40 : | <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module"> | ||
| 41 : | <option value="0">No</option> | ||
| 42 : | <option value="1">Yes</option> | ||
| 43 : | </param> | ||
| 44 : | <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be aapplied to the css class of the module (table.moduletable), this allows individual module styling" /> | ||
| 45 : | </params> | ||
| 46 : | </mosinstall> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

