-
Notifications
You must be signed in to change notification settings - Fork 3
HTML
The code that you enter into the row editor textareas will be rendered out to the document as straight HTML. That means you can use any tags you wish and they will work as expected. #OnePageWonder also includes the handy #WonderBar which provides a quick point and click interface to all the most handy HTML tags, so you don't have to do all that nasty typing. :)
Inline scripts are prevents from being stored or executed for a wide variety of reasons. If you wish to include odd bits of JS or load external libraries, do it non-obtrusively by just dropping some .js into your project somewhere.
Inline styles are allowed, so that if you are in a hackish sort of mood (or out on the town), you can just throw some styling fixes right into the editor. Enjoy.