How can I add section headings to the Editor dialog?
How can I add section headings to the Editor dialog?
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
Hi,
Interestingly I've just been thing along these lines for how it can be done in Editor at the moment. Basically all you need to do is use the
show()
andhide()
methods to show and hide the fields as required. Theopen
anddisplayReorder
events can be used to attach buttons to the Editor form that will perform those actions.I'm planning to write up a blog post about this in a couple of weeks time.
Regards,
Allan
Don't show() and hide() show or hide the entire field, though -- including the field and label? What I'm looking for, if it's unclear, is this kind of layout:
Personal Info
First name: ___________
Last name: ___________
Address Info
Street: ___________
City: _____________
State: ___________
Automobile Info (Optional)
Make: ___________
Model: ___________
Year: ____________
You could do it in plain HTML/CSS, I imagine the editor is the software that can be brought?
See this for another solution;
http://77.103.67.102/block.php
Oh I see - use this plug-in in this case, which is how I do exactly that in the Editor purchase form.
Allan
Thanks, this is perfect.