Link Button
Created by Orckestra
How to add a link buttons on a page
To add a link button:
- Edit a page.
- Insert:
- the "Link Button" component (Components | Page Blocks),
- or the Orckestra.Web.Html.LinkButton function ( Insert | Function),
- or add the following code:
Expand code
- Set these parameters:
- Button Text: Text that appears on the button
- Button URL: An URL to redirect the user to when the button is clicked
- Button Style: One of the pre-defined color style for the button. "Default" by default
- Button Size: One of the pre-defined sizes for the button. "Normal" by default
- Icon: One of the icons from the pre-defined list. None by default
- Button Position: One of the position for the button from the pre-defined list. "Centered Block" by default
- Display Options:
- Animated: This option enables animation of the button. Disabled ("False") by default
- Icon on the left: When enabled ("
True"), this option places the icon (if selected) to the left of the text on the button. Disabled ("False"), i.e. the icon appears on the right.
- Animated: This option enables animation of the button. Disabled ("False") by default
- Button Text: Text that appears on the button

