タグ付けされた質問 「subform」

4
サブフォームから値を取得する方法
シンプルなスライドショーをテンプレートに埋め込んで、サブフォームを使用して画像を簡単に変更できるようにしたいと考えています。 これは、子xmlファイルを呼び出すために使用するコードです <field name="slideshow_items" type="subform" formsource="templates/jomlamaster/admin/subform/slideshow.xml" min="1" max="4" multiple="true" layout="joomla.form.field.subform.repeatable-table" groupByFieldset="true" label="Subform Field" description="Subform Field Description" /> そしてこれはslideshow.xmlの内容です: <?xml version="1.0" encoding="UTF-8"?> <form> <fieldset name="fieldset" label="Slideshow"> <field name="slideshow_img" type="media" directory="" label="Slideshow item" description="Choose an image slideshow"/> <field name="slideshow_title" type="text" class="inputbox" label="Slideshow text" size="40" /> </fieldset> </form> これは、print_r($ slideshow_items);を実行すると得られるものです。 stdClass Object ( …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.