csierra
Posts: 123
|
| Posted: 05/31/2012, 9:44 AM |
|
Does anyone know how to modify native CCS templates to make form (record) wizard to produce the form into a unordered list instead of a table? e.g. currently, CCS 4.3 produces a nice form but using a table as holder; labels and input boxes are contained inside td's inside tr's inside a table; for styling purposes I need just to output something like this
<form>
<ul>
<li><label for "nn"><input name="nn"></li> ....
</form>
Any help appreciated!
_________________
Yes! I Can!!! |
 |
 |
mor
Posts: 119
|
| Posted: 06/01/2012, 1:57 AM |
|
Hi,
CCS5 already can use any custom HTML templates for builders (based on div's, labels, etc.).
Please see Step 4: http://docs.codecharge.com/studio50/html/UserGuide/Buil...uilder.html?toc
I create few templates for favorite form types (simple search for header, search form for sidebar, simple login form, etc.) and use them in my projects
_________________
Mor ve Ötesi |
 |
 |
csierra
Posts: 123
|
| Posted: 06/01/2012, 7:46 AM |
|
Well, interesting! haven´t triyed ver 5 yet; but I´ll take a look. Thank You, Mor.
_________________
Yes! I Can!!! |
 |
 |
|