SYY Button Web

Content Type: Widget
Categories: User Interface

Overview

# Button To trigger an operation.

Documentation

Demo urlhttp://shuyanyuan.runjian.com:9209/p/button/14918173765664770

Please see [Button](https://ant.design/components/button-cn/) in the antd documentation for details.

 

# Description

To trigger an operation.

 

# Typical usage scenario 

A button means an operation (or a series of operations). Clicking a button will trigger corresponding business logic.

According to Ant Design we provide 5 types of button.

    Primary button: indicate the main action, one primary button at most in one section.

    Default button: indicate a series of actions without priority.

    Dashed button: used for adding action commonly.

    Text button: used for the most secondary action.

    Link button: used for external links.

And 4 other properties additionally.

    danger: used for actions of risk, like deletion or authorization.

    ghost: used in situations with complex background, home pages usually.

    disabled: when actions are not available.

    loading: add loading spinner in button, avoiding multiple submits too.

 

# Features

  • Configurable permissions
  • Set color
  • Pop-up window can be set
  • Settable type

 

# Limitations

None

 

# Dependencies

The design style depends on AntDesign [Button](https://ant.design/components/button-cn/).

Please see Configure Your Theme in the mendix documentation for how to import antd css.

 

```

{

    "cssFiles": ["theme.compiled.css","https://cdn.bootcdn.net/ajax/libs/antd/4.15.6/antd.min.css"]

}

 

```

 

# Installation

Place the widget in your page. Configure the data source, columns you want to show. Configure column capabilities. Refer Screens

 

# Configuration

Refer Screens. The configurations are straight forward and simple.

 

# Known bugs

None

Releases

Version: 1.1.4
Framework Version: 9.6.0
Release Notes: ### Added - Add e2e test and unit test ### Fixed - Fix the bug that the confirm type and confirm events of secondary confirmation is invalid
Version: 1.1.3
Framework Version: 9.6.0
Release Notes: ### Fixed - Fix the bug that the title of secondary confirmation is invalid
Version: 1.1.2
Framework Version: 9.6.0
Release Notes: ### Added - Refactoring code
Version: 1.0.0
Framework Version: 9.5.0
Release Notes: 1.Add confirmation popup. 2.Add Authority ID.