google-code-export / wiquery

Automatically exported from code.google.com/p/wiquery
MIT License
1 stars 1 forks source link

1.1: new declaration for the dialogs button with jQuery UI 1.8.5 #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
jQuery UI team push a new version of the API, and offers now a declaration for 
the dialog buttons:

Classical declaration:

buttons: { 'a button': function() { alert('a'); }, 'a second button': ... }

New and second approach (see 
http://github.com/jquery/jquery-ui/commit/95a34593f98217e3a99f223e2ef3ca0a0fa834
3b):

buttons: [{text: 'a button', id: 'anId', class: 'additionalClass', click: 
function(){ alert('a'); } }, ...]

Try to offer this new approach in the wiQuery API

Original issue reported on code.google.com by roche....@gmail.com on 26 Sep 2010 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by roche....@gmail.com on 3 Nov 2010 at 2:15

GoogleCodeExporter commented 9 years ago

Original comment by roche....@gmail.com on 7 Nov 2010 at 9:39

GoogleCodeExporter commented 9 years ago
I vote for leaving this all together, moving to jQuery 1.9 in WiQuery 1.5 and 
alter all ui components. It is too much work if WiQuery 1.5 is nearing stable...

Original comment by hielke.hoeve on 10 May 2011 at 2:51

GoogleCodeExporter commented 9 years ago

Original comment by hielke.hoeve on 11 May 2011 at 7:19

GoogleCodeExporter commented 9 years ago
version is too old.

Original comment by hielke.hoeve on 16 Aug 2011 at 5:22