EasyUI Forum

General Category => General Discussion => Topic started by: anton.dutov on August 15, 2012, 08:29:18 AM



Title: Replacement for linkbutton/menubutton/splitbutton
Post by: anton.dutov on August 15, 2012, 08:29:18 AM
I am suggest combine  linkbutton, menubutton, splitbutton to one plugin (DRY principie)

See attaches

plugin called 'button' is replacement for linkbutton but provides advanced options(and functionality):
duration : int - for menu
menu : str     - menu object
split : bool   - Provide button menu behavior like in splitbutton

If no menu option passed then plugin work like standard linkbutton
If menu option set and split option is false, plugin work like menubutton
If menu option set and split option is true, plugin work like split button


Title: Re: Replacement for linkbutton/menubutton/splitbutton
Post by: anton.dutov on September 12, 2012, 04:58:40 AM
Any response?