EmbedPDF << | Other |
MakeTag
creates a html tag, opens and closes this tag with 2 droplet callsfor tags that should be used over more than one section (jQuery Plugins)
Suggested Name:
MakeTag
Droplet Code:
Parameters required:
id (default = 'no_id')
Parameters optional:
type (default = 'div'); mode (default= 'open')
Example Call:
[['[[MakeTag?id=tabs]]' for an opening div-tag, and '[[MakeTag?mode=close]]' for an closing div-tag.]]
Submitted By: aldus & erpe
EmbedPDF << | Other |