Skip to content

Latest commit

 

History

History
 
 

button

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

$mol_button

Simple button.

Usage example

<= Submit $mol_button_major
	event_click?val <=> event_submit?val null
	title <= submit_label @ \Submit form

Variations

$mol_button_major - Call-To-Action button $mol_button_minor - Generic button

Properties

enabled() : boolean

Button can be clicked when enable only.

event_click( next? : Event ) : Event

Stores last event when button activated. Overload this property to do your action instead.