{hidden}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE{hidden}
{sub-section:description|text=}{sub-section}\\ 

{table:id=|class=servoy sSummary}{colgroup}{column:width=80px|padding=0px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Constants Summary{th}{tr}{tbody}{tr}{td}[Number]{td}{td}[#LOWERED]
Lowered bevel border type.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#RAISED]
Raised bevel border type.{td}{tr}{tbody}{table}\\ 

{table:id=constant|class=servoy sDetail}{colgroup}{column:width=100%|padding=0px}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Constants Details{th}{tr}{tbody:id=LOWERED|class=node}{tr:id=name}{td}h6.LOWERED{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:LOWERED_des|trigger=button|text=}{sub-section}{sub-section:LOWERED_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:LOWERED_snc|trigger=button|text=}{sub-section}{sub-section:LOWERED_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:LOWERED_prs|trigger=button|text=}{sub-section}{sub-section:LOWERED_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:LOWERED_ret|trigger=button|text=}{sub-section}{sub-section:LOWERED_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:LOWERED_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:LOWERED_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:LOWERED_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:LOWERED_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:LOWERED_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:LOWERED_sam|trigger=none}{code:language=javascript}
var form = solutionModel.getForm("someForm");
form.borderType = solutionModel.createBevelBorder(SM_BEVELTYPE.LOWERED, '#ff0000', '#00ff00','#f0000f', '#0000ff');
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=RAISED|class=node}{tr:id=name}{td}h6.RAISED{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:RAISED_des|trigger=button|text=}{sub-section}{sub-section:RAISED_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:RAISED_snc|trigger=button|text=}{sub-section}{sub-section:RAISED_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:RAISED_prs|trigger=button|text=}{sub-section}{sub-section:RAISED_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:RAISED_ret|trigger=button|text=}{sub-section}{sub-section:RAISED_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:RAISED_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:RAISED_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:RAISED_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:RAISED_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:RAISED_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:RAISED_sam|trigger=none}{code:language=javascript}
var form = solutionModel.getForm("someForm");
form.borderType = solutionModel.createBevelBorder(SM_BEVELTYPE.RAISED, '#ff0000', '#00ff00','#f0000f', '#0000ff');
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}