ss:ajax:delayedload
ss:ajax:event
ss:ajax:region
ss:data:calendar
ss:data:column
ss:data:repeater
ss:data:table
ss:data:template
ss:data:tree
ss:forms:captcha
ss:forms:checkbox
ss:forms:codeeditor
ss:forms:combobox
ss:forms:datepicker
ss:forms:dialogbox
ss:forms:editbox
ss:forms:fileupload
ss:forms:form
ss:forms:galleryupload
ss:forms:hidden
ss:forms:money
ss:forms:officeuseregion
ss:forms:option
ss:forms:password
ss:forms:paymentmethod
ss:forms:radiobutton
ss:forms:row
ss:forms:searchbox
ss:forms:signature
ss:forms:slider
ss:forms:spinbox
ss:forms:submitbutton
ss:forms:submitimage
ss:forms:submitlink
ss:forms:textarea
ss:forms:timepicker
ss:layout:gallery
ss:layout:rotator
ss:layout:stepper
ss:layout:stepperpanel
ss:layout:tablist
ss:layout:tablistitem
ss:logic:dependency
ss:logic:parse
ss:logic:if
ss:logic:else
ss:logic:include
ss:logic:variable
ss:navigation:breadcrumbs
ss:navigation:item
ss:navigation:primary
ss:navigation:secondary
ss:personalisation:firstname
ss:personalisation:fullname
ss:personalisation:lastname
ss:personalisation:other
ss:regions:content
ss:regions:contentadditional
ss:regions:security
ss:regions:togglable
ss:standard:audio
ss:standard:embed
ss:standard:icon
ss:standard:image
ss:standard:label
ss:standard:link
ss:standard:script
ss:standard:video
ss:templates:card
ss:templates:column
ss:templates:faq
ss:templates:row
ss:templates:section
ss:templates:teammember
ss:thirdparty:googlemap
ss:thirdparty:googlemapmarker
.
.
.
.
.
<ss:standard:link> </...>
Places a hyperlink that can execute a specific onclick function
Content
inline-elements
The text to turn into a link.
Attributes
confirmMessage
string
The message to be displayed for confirmation on click
height
mixed
Sets the height of the element. The default units are pixels. include the percentage symbol % to user percentage values.
href
string
Allows the override of the url when clicked
id
string
(Required) Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid'), or in the server DOM using $myid or $('myid')).
onSuccessRedirect
string
The URL to be redirected to upon the success of the actions of the link.
onSuccessToastMessage
string
The toast message to be displayed upon the success of the actions of the link.
openDialogId
string
When clicked, open a dialog box with this id. The dialog box must be defined on the same page as this link.
openDialogPage
string
When clicked, open a dialog box with this page in its contents.
openDialogPageWidth
string
The width of the dialogbox opened in pixels, when opendialogpage is set.
width
mixed
Sets the width of the element. The default units are pixels. include the percentage symbol % to user percentage values.
onClickServer
callable
Called when the button is clicked
Examples
No examples yet.