Hey guys, just wanted to let you know that I updated the live preview. On face-value, the only change is the FieldSet in ‘Example’. But I did work on the core libraries to add support for nested forms. The best way to show you what I mean is with an example:
Here’s the YAML that makes the FieldSet plugin work its magic:
general_information:<br />
class: FieldSet<br />
params:<br />
form:<br />
textbox_test:<br />
class: TextBox<br />
checkbox_test:<br />
class: CheckBox<br />
params:<br />
display_name: Hello there<br />
date_test:<br />
class: Date<br />
password_test:<br />
class: Password<br />
radiogroup_test:<br />
class: RadioGroup<br />
params:<br />
list:<br />
1: One<br />
2: Two<br />
3: Three<br />
sessiondata_test:<br />
class: SessionData<br />
params:<br />
item: user_name<br />
textarea_test:<br />
class: TextArea<br />
attributes:<br />
rows:5<br />
cols:50<br />
time_test:<br />
class: Time<br />
params:<br />
-on_update
I will soon release the live preview as RC8…
p.s. my Parallels installation went bust, so if you guys could test it in IE for me, I’d be appreciative 😊