| Parameter | Type | Documentation |
|---|---|---|
| style | T |
Come da html |
| _class | T |
Come da html |
| height | T |
Come da html |
| width | T |
Come da html |
| rounded | L |
Equivale al border-radius da esprimere come numero |
| color | T |
Come da html |
| background | T |
Come da html |
| background_color | T |
Come da html |
| font_size | T |
Come da html |
| font_weight | T |
Come da html |
| font_family | T |
Come da html |
| text_align | T |
Come da html |
| border | T |
Come da html |
| border_bottom | T |
Come da html |
| border_top | T |
Come da html
|
| border_right | T |
Come da html
|
| border_left | T |
Come da html
|
| disabled | None |
Indica lo stato di attività / inattività del widget. |
| label | None | *missing* |
| action | None |
testo, contenente codice javascript che viene eseguito alla pressione del bottone. Supporta le macro FIRE, SET, GET, PUBLISH |
| iconClass | None |
classe css che si riferisce all'icona da esporre sul bottone |
| fire | None |
è il path che viene "firato" quando viene premuto il bottone. Ovvero viene messo a quel path un valore a true e poi immediatamente dopo a null.
Se questo path contiene qualche trigger, questo innescherà un evento in caduta. |
| publish | None |
contiene il codice di evento da pubblicare. Publish è un altro meccanismo di broadcast di eventi |
| ask | None |
dizionario di valori da richiedere in un piccolo dialog che comparirà alla pressione del bottone |