Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Last active March 15, 2017 11:49
Show Gist options
  • Save CB9TOIIIA/02492991e1eae4b420349d38ad78d750 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/02492991e1eae4b420349d38ad78d750 to your computer and use it in GitHub Desktop.
subform repeatable-table joomla
<fieldset name="Todaytags" label="Цвета для тегов">
<field name="repeattable" type="subform" layout="joomla.form.field.subform.repeatable-table"
formsource="/modules/mod_test/repeat.xml" multiple="true"
label="Subform Field" description="Subform Field Description" />
</fieldset>
repeat.xml
<?xml version="1.0" encoding="UTF-8"?>
<form>
<field name="titlerepeat" type="text" label="Введите тег" />
<field name="colorrepeat" type="color" default="#FFA800" label="Цвет" />
</form>
PHP: http://img-fotki.yandex.ru/get/197923/77677229.86/0_ab578_7765fa22_orig.png
VIEW: http://img-fotki.yandex.ru/get/176331/77677229.86/0_ab579_a99d831d_orig.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment