Last active
March 15, 2017 11:49
-
-
Save CB9TOIIIA/02492991e1eae4b420349d38ad78d750 to your computer and use it in GitHub Desktop.
subform repeatable-table joomla
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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