Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Easy html macro
theme{"label":"solarized_dark","value":"solarized_dark"}
contentByMode{"html":"<script type=\"text/javascript\">AJS.toInit(function(){\r\n AJS.$('.fixedPosition').each(function(){\r\n var clone = AJS.$(this).clone().css('visibility','hidden').removeClass('fixedPosition');\r\n AJS.$(this).after(clone);\r\n });\r\n});</script>","javascript":"","css":".fixedPosition {\r\n position: fixed;\r\n}"}

Sometimes it can be useful to put the form in the content of your page. This is how to do it:

...