Your IP : 216.73.216.84


Current Path : /home/helpink/www/libraries/astroid/framework/elements/divider/
Upload File :
Current File : /home/helpink/www/libraries/astroid/framework/elements/divider/divider.xml

<?xml version="1.0" encoding="UTF-8"?>
<element>
    <title>ASTROID_WIDGET_DIVIDER_LABEL</title>
    <description>ASTROID_WIDGET_DIVIDER_DESC</description>
    <icon>as-icon as-icon-page-break</icon>
    <category>ASTROID_ELEMENT_CATEGORY_UTILITY</category>
    <element_type>widget</element_type>
    <form>
        <fields>
            <fieldset name="general-settings" label="TPL_ASTROID_GENERAL_SETTINGS_LABEL" addfieldpath="/libraries/astroid/framework/fields">
                <field astroidgroup="general" name="border_width" type="astroidrange" min="1" max="300" step="1" postfix="px" default="1" label="ASTROID_WIDGET_WIDTH_LABEL" />
                <field astroidgroup="general" name="type" type="astroidlist" label="TPL_ASTROID_PRELOADER_TYPE" default="">
                    <option value="">Horizontal</option>
                    <option value="vertical">Vertical</option>
                </field>
                <field astroidgroup="general" ngShow="[type]=='vertical'" name="height_divider" type="astroidrange" min="10" max="1000" step="1" default="60" label="ASTROID_WIDGET_HEIGHT_LABEL" postfix="px" />
                <field astroidgroup="general" name="style" type="astroidlist" label="ASTROID_WIDGET_GLOBAL_STYLES_LABEL" default="solid">
                    <option value="solid">Solid</option>
                    <option value="dashed">Dashed</option>
                    <option value="dotted">Dotted</option>
                </field>
                <field astroidgroup="general" name="color" type="astroidcolor" label="ASTROID_WIDGET_COLOR_LABEL"/>
            </fieldset>
            <fieldset name="assignment-settings" label="TPL_ASTROID_ASSIGNMENT_SETTINGS_LABEL" addfieldpath="/libraries/astroid/framework/fields" articleData="false">
                <field type="astroidlist" name="assignment_type" label="ASTROID_WIDGET_ASSIGN" default="1">
                    <option value="1">ASTROID_WIDGET_ON_ALL_PAGES</option>
                    <option value="0">ASTROID_WIDGET_NO_PAGES</option>
                    <option value="2">ASTROID_WIDGET_SELECTED_PAGES</option>
                </field>
                <field ngShow="[assignment_type]==2" type="astroidassignment" label="ASTROID_ASSIGN_TO_MENU_ITEM" name="assignment"/>
            </fieldset>
        </fields>
    </form>
</element>