Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.53 KB

File metadata and controls

38 lines (28 loc) · 1.53 KB
title Button Widgets
parent pages
menu_order 40
tags
studio pro
button widgets
buttons
widget

1 Introduction

Button widgets perform an action when clicked. They can be rendered as a button or as a hyperlink. Button widgets can be divided into the following ones:

  • Action Button– a general name for a button that performs a certain action. You can assign an action yourself or you can select a button with a preconfigured action, such as:

    • Call microflow button
    • Call nanoflow button
    • Open page button
    • Save button
    • Cancel button
    • Link button
    • Close page button
    • Delete button
    • Sync button Preconfigured Buttons
  • Drop-Down Button – shows a list of items, an action is performed when one of the items is clicked. A pop-up window with a list of possible actions appears when an end-user clicks a drop-down button:

    Drop-Down Button Example

    Different items can perform different actions. For more information on items and actions that can be assigned to them, see the Item Section in Button Properties.

2 Performing Basic Functions

{{% snippet file="refguide/performing-basic-functions-widgets.md" %}}

3 Read More