2022.2

Table Of Contents
1. OpentheInsertDynamicTabledialog.Thereareseveralwaystodothat:
l
Dragthedatafieldthatcontainsthenameofthedetailtableintothetemplate.
l
OnthemenuselectInsert > Table > Dynamic.
l
Onthetoolbar,clicktheInsert dynamic tablebutton.
2. Enterthetable'sdesiredattributes:
l
ID:Auniqueidentifierforthetable.IDsareusedtoaccessthetablefromscriptsandas
CSSselectorsforstylerules.
l
Class:Aclassidentifierforthetable.Classescanbesharedbetweenelementsandare
usedtoaccessthetablefromscriptsandasCSSselectorsforstylerules.
l
Detail Table:Usethedrop-downtoselectwhichdetailtablewillsupplythedatatodisplay
withintheDynamicTable.
l
Width:Enterthewidthofthetable(e.g.100%).
l
UsetheInsertion Pointdrop-downtoselectwheretoinsertthetable.
l
At cursor positioninsertsitwherethecursorislocatedinthetemplate.
l
Before elementinsertsitbeforetheHTMLelementinwhichthecursoriscurrently
located.Forexampleifthecursoriswithinaparagraph,theinsertionpointwillbe
beforethe<p>tag.*
l
After start taginsertsitwithinthecurrentHTMLelement,atthebeginning,justafter
thestarttag.*
l
Before end taginsertsitwithinthecurrentHTMLelement,attheend,justbefore
theendtag.*
l
After elementinsertsitaftertheelementinwhichthecursoriscurrentlylocated.For
exampleifthecursoriswithinaparagraph,theinsertionpointwillbeaftertheend
tagoftheparagraph(</p>).*
l
Replaceinsertsitinplaceofthecurrentlyselectedelement.(Thisoptionisnotavail-
ablewheninsertingcontentinaMasterPage.)
*Ifthecurrentelementislocatedinsideanotherelement,usetheElementsdrop-downto
selectwhichelementisusedfortheinsertionlocation.Thelistdisplayseveryelementin
thebreadcrumbs,fromthecurrentselectionpointdowntotherootofthebody.
Note: HTMLhassomerestrictionsastowhichtypesofelementsareallowedaschil-
drenofotherelements.Forexample,aparagraphelementisnotallowedtohave
Page 743