IDXINSERTHTML

From Wikanual

Jump to: navigation, search

Sometimes it can be desirable to seperate items in a listing.

INTERDUBS allows this via notes that contain with keyword:

IDXINSERTHTML

Everything after this keyword will be inserted before the item in the listing.

A common implementation is to separate listings. For a quickReel or gallery Look#image_gallery_01 you can insert the following

IDXINSERTHTML<div style="clear: both;">&nbsp;</div>

and the clip you do this on will start on a new line.

In a normal review and approval listing this line, or a gallery will be broken. If you replace the >&nbsp;< with any text etc that you like then this will be displayed INFRONT of the item that has the note with the IDXINSERTHTML text.


IDXINSERTHTML<tr style="height: 50px;"><td>&nbsp;</td></tr>

would insert a 50 pixel high blank space before the item that has this note.

The break-note will be inserted even if the actual element it is attached to is hidden. This allows it to have 'break elements' etc that you can copy around to structure your content.

Personal tools