71
I found some restrictions for xoops form.
For example in jquery mobile, I find myself selectors that can't be in any way added to the classes of php file form, here's how:
<div data-role="fieldcontain">
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Layout view:legend>
<input type="radio" name="radio-view" id="radio-view-a" value="list" />
<label for="radio-view-a">Listlabel>
<input type="radio" name="radio-view" id="radio-view-b" value="grid" />
<label for="radio-view-b">Gridlabel>
<input type="radio" name="radio-view" id="radio-view-c" value="gallery" />
<label for="radio-view-c">Gallerylabel>
fieldset>
div>
If I wanted to add a fieldeset first input for a given number of objects, because I can not go to manipulate uniquely all input selectors radio or other just like you see in the example.
My idea is that you should be completely separated php code from the html and xoops 2.6.0 to create separate classes for each selector html.
In this way there is the possibility of being able to insert a specific number, as in the example will know, a fieldset, a legend or a div with the properties described.
One that you can see is
data-type="horizontal" radio button for inline instead of seeing them as image:
I hope I have made the idea