Success

User tests: Successful: Unsuccessful:

avatar wilsonge
wilsonge
3 Aug 2013

Started by uploading Fabriks PR (#1081) and have added their repeatable form field (with major modifications).

Feature Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30781&start=0

avatar wilsonge wilsonge - open - 3 Aug 2013
avatar cheesegrits
cheesegrits - comment - 9 Aug 2013

Travis seems to like it.

Needless to say, as the authors of #1081, @pollen8 and myself are in favor of this one.

-- hugh

avatar wilsonge
wilsonge - comment - 9 Aug 2013

I like it. But it doesn't work yet. If you try using the form field

e.g.

<field name="list_templates"
    type="Repeatable"
    icon="list"
    description="PLG_TINYMCE_TEMPLATE_FIELD_ELEMENTS_DESC"
    label="PLG_TINYMCE_TEMPLATE_FIELD_ELEMENTS_LABEL">
    <fields name="params">
        <fieldset modal="true" name="list_templates_modal" repeat="true">
            <field name="template"
                label="PLG_TINYMCE_TEMPLATE_FIELD_NAME_LABEL"
                size="30"
                type="text"/>
            <field name="location"
                label="PLG_TINYMCE_TEMPLATE_FIELD_LOCATION_LABEL"
                description="PLG_TINYMCE_TEMPLATE_LOCATION_DESC"
                size="30"
                type="text"/>
            <field name="description"
                label="PLG_TINYMCE_TEMPLATE_FIELD_DESCRIPTION_LABEL"
                size="30"
                type="textarea"/>
        </fieldset>
    </fields>
</field>

You'll see it fails at the moment. But once it starts working - yup it will be an awesome addition :) Thanks to you guys at Fabrik for letting us use your code!!!

avatar efEris efEris - close - 9 Oct 2013
avatar efEris
efEris - comment - 26 Nov 2013

da65b02#diff-ed54af5d39d21ed9a84d28eba903bd5fR1513

This line prevent the use of < fieldset >< fields >< field > to group fields

Add a Comment

Login with GitHub to post a comment