wiki:InsertElementMacro

Version 7 (modified by figaro, 8 years ago) (diff)

Moved example to functional description

Insert HTML Elements

Description

Allows you to insert HTML elements with properties, without having to use a preprocessor.

Usage:

[[InsertElement(element, property, value, content)]]

Where:

  • element Name of an HTML element like div or p.
  • property Name of the HTML property such as class or id.
  • value The value of the property.
  • content The quoted string for the content of the element.

Examples:

[[InsertElement(div, class, quote, "This is a very nice quote.")]]
[[InsertElement(p, id, unique, "This is a unique paragraph, commas in the last argument don't interfere.")]]
[[InsertElement(a, id, uniquea, "You can represent actual quotes by using "entities".")]]
[[InsertElement(pre, id, uniqueb, 'Or you can change the type of "outer quote".')]]

Result:

This is a very nice quote.

This is a unique paragraph, commas in the last argument don't interfere.

You can represent actual quotes by using "entities".
Or you can change the type of "outer quote".

Bugs/Feature Requests

Existing bugs and feature requests for InsertElementMacro are here.

If you have any issues, create a new ticket.

defect

1 / 1

enhancement

1 / 1

Download

Download the zipped source from here.

Source

You can check out InsertElementMacro from here using Subversion, or browse the source with Trac.

Recent Changes

16973 by rjollos on 2017-11-18 10:01:37
Add metadata
8522 by rjollos on 2010-08-30 05:29:13
Added revision info to macro. Fixes #6572.
2478 by sanmarcos on 2007-07-16 17:30:35
InsertElementMacro:

Added Insert Element

(more)

Author/Contributors

Author: sanmarcos
Maintainer: Marc E.
Contributors: