joomla_test/modules/mod_roktabs/mod_roktabs.xml

224 lines
16 KiB
XML
Raw Normal View History

2020-01-02 22:20:31 +07:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<extension client="site" method="upgrade" type="module" version="2.5">
<name>RokTabs</name>
<author>RocketTheme, LLC</author>
<creationDate>November 5, 2013</creationDate>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
<copyright>(C) 2005 - 2013 RocketTheme, LLC. All rights reserved.</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<version>1.12</version>
<description>RokTabs is a news module designed to show section articles in a pleasing format. Brought to you by
RocketTheme
</description>
<files>
<folder>admin</folder>
<filename>thumbnail.inc.php</filename>
<folder>images</folder>
<filename module="mod_roktabs">mod_roktabs.php</filename>
<folder>fields</folder>
<folder>language</folder>
<filename>index.html</filename>
<folder>tmpl</folder>
<filename>helper.php</filename>
<filename>RT-LICENSE.php</filename>
</files>
<config>
<fields name="params">
<fieldset addfieldpath="/modules/mod_roktabs/fields" name="basic">
<field default="" description="" label="" name="" type="k2check"/>
<field default="light" description="The style theme you want to use. Custom will disable the default styles and will let you use your own customized style. It will be added 'base' classname." label="Theme Style" name="theme" type="list">
<option value="light">Light</option>
<option value="dark">Dark</option>
<option value="base">Custom</option>
</field>
<field class="ifk2" default="joomla" description="whether to use Joomla Core Content, or K2 Content" label="Content Type" name="content_type" type="contenttype">
<option value="joomla">Joomla Core Content</option>
<option value="k2">K2 Content</option>
</field>
<field class="joomla content_type" label="Joomla Options" name="joomla" type="break"/>
<field class="joomla content_type" default="" description="Selects Articles from one or more Categories. If no selection will show all categories as default" extension="com_content" label="JCATEGORY" multiple="true" name="catid" size="10" type="category">
<option value="">JOPTION_ALL_CATEGORIES</option>
</field>
<field default="1" description="Show/Hide items designated for the Frontpage - only works when in Content Items only mode" label="Frontpage Items" name="show_front" type="radio">
<option value="1">Show</option>
<option value="0">Hide</option>
<option value="2">Only Frontpage Items</option>
</field>
<field class="joomla content_type" default="0" description="Filter by author" label="Authors" name="user_id" type="list">
<option value="0">Anyone</option>
<option value="by_me">Added or modified by me</option>
<option value="not_me">Not added or modified by me</option>
</field>
<field class="k2 content_type" label="K2 Options" name="k2" type="break"/>
<field class="k2 content_type" default="" description="" label="Select a category" multiple="true" name="k2_category" size="10" type="k2categories"/>
<field class="k2 content_type" default="0" description="" label="Include Children" name="k2_children" type="list">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field class="k2 content_type" default="1" description="" label="K2_FEATURED_ITEMS" name="k2_featured" type="list">
<option value="0">Hide</option>
<option value="1">Show</option>
<option value="2">Only Featured Items</option>
</field>
<field class="k2 content_type" default="L" description="" label="K2_IMAGE_SIZE" name="k2_image_size" type="list">
<option value="XS">XSmall</option>
<option value="S">Small</option>
<option value="M">Medium</option>
<option value="L">Large</option>
<option value="XL">XLager</option>
</field>
<field default="" description="" label="Additional Content Options" name="spacer_content_parameters" type="break"/>
<field default="" description="" label="Item Ordering" name="itemsOrdering" type="list">
<option value="">Default</option>
<option value="date">Oldest first</option>
<option value="rdate">Most recent first</option>
<option value="alpha">Title Alphabetical</option>
<option value="ralpha">Title Reverse-Alphabetical</option>
<option value="random">Random</option>
<option value="order">Ordering</option>
</field>
<field default="3" description="The maximum number of tabs to show. Use 0 to show them all. &lt;img src='../templates/rhuk_milkyway/template_thumbnail.png' alt='' /&gt;&lt;script&gt;alert('hello');&lt;/script&gt;" label="Max # of Tabs (0 = All)" name="count" type="text"/>
<field default="a,i,br,img,p,span" description="List the HTML tags you want to allow in your content, separated by comma. All the others will be stripped out." label="Allowed HTML tags" name="strip_tags" type="text"/>
<field default="1" description="" label="Default Readmore" name="show_readmore" type="list">
<option value="0">Hide</option>
<option value="1">Show</option>
</field>
<field default="Read more..." description="Custom Text to use for the Read More links" label="Custom Readmore Text" name="readmore" type="text"/>
<field default="" description="" label="Animation and Styling" name="spacer_animation" type="break"/>
<field default="1" description="Enable item image thumbnails for this module" label="Show Thumbnails" name="show_thumbnails" type="list">
<option value="1">Show</option>
<option value="0">Hide</option>
</field>
<field default="90" description="" label="Width of thumbnail (px)" name="thumb_width" size="4" type="text"/>
<field default="1" description="Use the thumbnail as a link to the article" label="Use Thumbnail as link" name="thumbnail_link" type="list">
<option value="1">Yes</option>
<option value="0">No</option>
</field>
<field default="500" description="Width in pixel to be used for RokTabs" label="Width" name="width" type="text"/>
<field default="600" description="Duration in ms of the transition effect" label="Transition Duration" name="duration" type="text"/>
<field default="scrolling" description="The type of the transition. Can be scrolling or fading." label="Type of Transition" name="transition_type" type="list">
<option value="scrolling">Scrolling</option>
<option value="fading">Fading</option>
</field>
<field default="Quad.easeInOut" description="The effect to be used for the transition" label="Transition Effect" name="transition_fx" type="list">
<option value="linear">linear</option>
<option value="Quad.easeOut">Quad.easeOut</option>
<option value="Quad.easeIn">Quad.easeIn</option>
<option value="Quad.easeInOut">Quad.easeInOut</option>
<option value="Cubic.easeOut">Cubic.easeOut</option>
<option value="Cubic.easeIn">Cubic.easeIn</option>
<option value="Cubic.easeInOut">Cubic.easeInOut</option>
<option value="Quart.easeOut">Quart.easeOut</option>
<option value="Quart.easeIn">Quart.easeIn</option>
<option value="Quart.easeInOut">Quart.easeInOut</option>
<option value="Quint.easeOut">Quint.easeOut</option>
<option value="Quint.easeIn">Quint.easeIn</option>
<option value="Quint.easeInOut">Quint.easeInOut</option>
<option value="Expo.easeOut">Expo.easeOut</option>
<option value="Expo.easeIn">Expo.easeIn</option>
<option value="Expo.easeInOut">Expo.easeInOut</option>
<option value="Circ.easeOut">Circ.easeOut</option>
<option value="Circ.easeIn">Circ.easeIn</option>
<option value="Circ.easeInOut">Circ.easeInOut</option>
<option value="Sine.easeOut">Sine.easeOut</option>
<option value="Sine.easeIn">Sine.easeIn</option>
<option value="Sine.easeInOut">Sine.easeInOut</option>
<option value="Back.easeOut">Back.easeOut</option>
<option value="Back.easeIn">Back.easeIn</option>
<option value="Back.easeInOut">Back.easeInOut</option>
<option value="Bounce.easeOut">Bounce.easeOut</option>
<option value="Bounce.easeIn">Bounce.easeIn</option>
<option value="Bounce.easeInOut">Bounce.easeInOut</option>
<option value="Elastic.easeOut">Elastic.easeOut</option>
<option value="Elastic.easeIn">Elastic.easeIn</option>
<option value="Elastic.easeInOut">Elastic.easeInOut</option>
</field>
<field default="0" description="Whether to subtract roktabs-links margins from the tabs width" label="Subtract roktabs-links margins" name="linksMargins" type="radio">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field default="1" description="Whether to enable the scroll ability on the navigation tabs" label="Scrollable Tabs" name="navscrolling" type="radio">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field default="" description="" label="Tabs Details" name="spacer_tabs_details" type="break"/>
<field default="top" description="Where make the tabs to appear" label="Tabs Position" name="tabs_position" type="list">
<option value="top">Top</option>
<option value="bottom">Bottom</option>
<option value="hidden">Hidden</option>
</field>
<field default="click" description="If you want to mouseover or click for triggering the tab change" label="Tabs Interaction" name="tabs_event" type="list">
<option value="click">Click</option>
<option value="mouseenter">MouseOver</option>
</field>
<field default="content" description="Choose one of the way you want your Tabs title are set.&lt;br&gt;&lt;strong&gt;By Content Title:&lt;/strong&gt; uses the Title assigned when creating the content.&lt;br&gt;&lt;strong&gt;By First Content h6 tag:&lt;/strong&gt; searches for the first h6 tag in your content and use its value as Tab Title (you can hide or show h6 in the content from the option below).&lt;br&gt;&lt;strong&gt;By Incremental:&lt;/strong&gt; set the Tabs title by the 'Incremental prepend text' option below and then append incremental values (i.e. Tab 1 | Tab 2 | Tab 3)." label="Tabs Title" name="tabs_title" type="list">
<option value="content">By Content Title</option>
<option value="h6">By First Content h6 tag</option>
<option value="incremental">By Incremental</option>
</field>
<field default="Tab " description="The prepend text to be used when Incremental Tabs Title is set" label="Incremental prepend text" name="tabs_incremental" type="text"/>
<field default="1" description="Whether to hide or not h6 tags when used as Tabs Titles" label="Hide h6 tags?" name="tabs_hideh6" type="radio">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field default="0" description="Whether to prefix or not the tabs with the current tab position" label="Prefix tabs with numbers" name="tabs_prefixed" type="radio">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field default="0" description="Choose whether or not to show tab icons" label="Show Tab Icons" name="tabs_showicons" type="radio">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field default="left" description="Choose whether the tab icons should show on the right or the left of the tab title" label="Tab Icon Side" name="tabs_iconside" type="list">
<option value="left">Left</option>
<option value="right">Right</option>
</field>
<field default="__module__/images" description="The location of your tab icons, use __template__ for current template directory, and __module__ for current module directory" label="Tab Icons Path" name="tabs_iconpath" size="40" type="text"/>
<field default="icon_home.gif, icon_security.gif, icon_comment.gif, icon_world.gif, icon_note.gif" label="Tabs Icons" name="tabs_icon" type="roktabsicons"/>
<field default="" description="" label="Autoplay Settings" name="spacer_autoplay" type="break"/>
<field default="0" description="Whether to autoplay RokTabs or no" label="Autoplay" name="autoplay" type="radio">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field default="2000" description="Amount in milliseconds for the autoplay to change. Default 2secs (2000ms)" label="Autoplay Delay (ms)" name="autoplay_delay" type="text"/>
</fieldset>
<fieldset name="advanced">
<field description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL" name="moduleclass_sfx" type="text"/>
<field default="0" name="cache" type="hidden">
</field>
<field default="1" description="COM_MODULES_FIELD_CACHING_DESC" label="COM_MODULES_FIELD_CACHING_LABEL" name="module_cache" type="list">
<option value="1">JGLOBAL_USE_GLOBAL</option>
<option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field default="900" description="COM_MODULES_FIELD_CACHE_TIME_DESC" label="COM_MODULES_FIELD_CACHE_TIME_LABEL" name="cache_time" type="text"/>
<field default="static" name="cachemode" type="hidden">
<option value="static"/>
</field>
</fieldset>
</fields>
</config>
<updateservers>
<server name="RocketTheme Update Directory" priority="1" type="collection">
http://updates.rockettheme.com/joomla/updates.xml
</server>
</updateservers>
</extension>