2022.2

Table Of Contents
l
At cursor positioninsertsitwherethecursorislocatedinthetemplate.
l
Before elementinsertsitbeforetheHTMLelementinwhichthecursoriscurrentlyloc-
ated.Forexampleifthecursoriswithinaparagraph,theinsertionpointwillbebeforethe
<p>tag.*
l
After start taginsertsitwithinthecurrentHTMLelement,atthebeginning,justafterthe
starttag.*
l
Before end taginsertsitwithinthecurrentHTMLelement,attheend,justbeforetheend
tag.*
l
After elementinsertsitaftertheelementinwhichthecursoriscurrentlylocated.For
exampleifthecursoriswithinaparagraph,theinsertionpointwillbeaftertheendtagof
theparagraph(</p>).*
l
Replaceinsertsitinplaceofthecurrentlyselectedelement.(Thisoptionisnotavailable
wheninsertingcontentinaMasterPage.)
*Ifthecurrentelementislocatedinsideanotherelement,usetheElementsdrop-downtoselect
whichelementisusedfortheinsertionlocation.Thelistdisplayseveryelementinthebread-
crumbs,fromthecurrentselectionpointdowntotherootofthebody.
Note: HTMLhassomerestrictionsastowhichtypesofelementsareallowedaschildrenof
otherelements.Forexample,aparagraphelementisnotallowedtohavechildrenthatare
blocklevelelements-likeaDivoraTable.Ifinsertingcontentattheselectedlocation
wouldproduceinvalidHTMLthefinalresultmaybedifferentthanexpected.Forexample,
whenyouinsertaDivintoaparagraph,theparagraphgetssplitintwo.Thismeansyou
endupwithtwoparagraphswiththeDivinbetween.
12. Closethedialog.NowyoucanstartaddingelementstotheForm(see"UsingFormelements"on
page507,"FormElements"onpage644,and"COTGElements"onpage633).
ChangingaForm'spropertiesandvalidationmethod
OnceaFormhasbeenadded,youcanofcourseedititsHTMLcodedirectlyintheSourceviewofthe
workspace.Apartfromthat,thereareanumberofdialogstochangeaForm'spropertiesandvalidation
settings.
Changing a Form's properties
1. Selecttheform(see"Selectinganelement"onpage570).
2. OntheAttributespaneyoucanchange:
Page 642