[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #14 from Roan Kattouw roan.katt...@gmail.com 2009-08-15 10:07:39 UTC --- (In reply to comment #13) Why not follow some patterns like method invocation in jQuery UI? $('#wpTextbox1').wikiEditor('add', { /* options */ });

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #12 from Roan Kattouw roan.katt...@gmail.com 2009-08-14 08:01:26 UTC --- (In reply to comment #11) (In reply to comment #10) when will a stable api be available? When it's done :D Rest assured that as long as a

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #13 from liangent liang...@gmail.com 2009-08-15 04:47:56 UTC --- Why not follow some patterns like method invocation in jQuery UI? $('#wpTextbox1').wikiEditor('add', { /* options */ }); and some more...

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #11 from Roan Kattouw roan.katt...@gmail.com 2009-08-12 08:04:05 UTC --- (In reply to comment #10) when will a stable api be available? When it's done :D Rest assured that as long as a stable API is not available, the

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #9 from Roan Kattouw roan.katt...@gmail.com 2009-08-11 14:28:26 UTC --- (In reply to comment #8) (In reply to comment #7) javascript:function c(x){x.a=1;}var o={};c(o);alert(o.a); This says 1. Holy crap, that

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #10 from liangent liang...@gmail.com 2009-08-12 04:09:14 UTC --- when will a stable api be available? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #4 from liangent liang...@gmail.com 2009-08-10 10:33:56 UTC --- Will it be better if editToolbarConfiguration object is passed into the event handler? (but I don't know where it can be put) -- Configure bugmail:

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #5 from liangent liang...@gmail.com 2009-08-10 10:34:32 UTC --- This can avoid hard coding of variable name editToolbarConfiguration. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #6 from Roan Kattouw roan.katt...@gmail.com 2009-08-10 10:35:05 UTC --- (In reply to comment #4) Will it be better if editToolbarConfiguration object is passed into the event handler? (but I don't know where it can be put)

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #7 from liangent liang...@gmail.com 2009-08-10 10:39:38 UTC --- javascript:function c(x){x.a=1;}var o={};c(o);alert(o.a); This says 1. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 --- Comment #8 from Roan Kattouw roan.katt...@gmail.com 2009-08-10 11:20:46 UTC --- (In reply to comment #7) javascript:function c(x){x.a=1;}var o={};c(o);alert(o.a); This says 1. Holy crap, that actually works :O Added parameter

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 Roan Kattouw roan.katt...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 20125] Change of way to initialize editToolbarConfiguration structure

2009-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20125 Roan Kattouw roan.katt...@gmail.com changed: What|Removed |Added CC|