Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon
Thanks for the explanation. Fritz On Wed, 20 Jul 2011, fprijate wrote: > Hi > > With button menu I enable/disable some options. > Then clicking on button I enable/disable some action/state based on > options. > > Sample: > http://qooxdoo.678.n2.nabble.com/file/n6603096/table.png > > Chears > Fran?ek > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Combination-of-SplitButton-with-ToggleButon-tp6602038p6603096.html > Sent from the qooxdoo mailing list archive at Nabble.com. -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker+41 62 775 9900 (switch board) Aarweg 15+41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch -- 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon
Hi With button menu I enable/disable some options. Then clicking on button I enable/disable some action/state based on options. Sample: http://qooxdoo.678.n2.nabble.com/file/n6603096/table.png Chears Franček -- View this message in context: http://qooxdoo.678.n2.nabble.com/Combination-of-SplitButton-with-ToggleButon-tp6602038p6603096.html Sent from the qooxdoo mailing list archive at Nabble.com. -- 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon
I wonder what a SplitButton is used for. Is there a real-world application somewhere on the Qooxdoo website (or elsewhere publically accessible)? Cheers, Fritz On Wed, 20 Jul 2011, fprijate wrote: > Hi > > Sometimes I need a button that has both properties of SplitButton and > ToggleButon. > ( SplitToggleButon ??). > Some widget toolkits have this combination. > The same is true for combination of qx.ui.toolbar.CheckBox with > qx.ui.toolbar. SplitButton > (qx.ui.toolbar.SplitToggleButon ??) > I propose such enhancement . > > Chears, > Fran?ek > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Combination-of-SplitButton-with-ToggleButon-tp6602038p6602038.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > -- > 10 Tips for Better Web Security > Learn 10 ways to better secure your business today. Topics covered include: > Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, > security Microsoft Exchange, secure Instant Messaging, and much more. > http://www.accelacomm.com/jaw/sfnl/114/51426210/ > ___ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker+41 62 775 9900 (switch board) Aarweg 15+41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch -- 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon
Hey, thanks for sharing your ideas. Feel free to open up an enhancement report in our bugzilla for that. It would be best to open a report for each widget. But I am quite sure we won't get that done soon so maybe you should take a look how to build that yourself if you need it. The qooxdoo widget system is easy to extend so that should not be a problem. If you are building that yourself, you can also think about contributing it back to the community. Maybe put it into a contrib project? Regards, Martin Am 20.07.2011 um 11:58 schrieb fprijate: > Hi > > Sometimes I need a button that has both properties of SplitButton and > ToggleButon. > ( SplitToggleButon ??). > Some widget toolkits have this combination. > The same is true for combination of qx.ui.toolbar.CheckBox with > qx.ui.toolbar. SplitButton > (qx.ui.toolbar.SplitToggleButon ??) > I propose such enhancement . > > Chears, > Franček > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Combination-of-SplitButton-with-ToggleButon-tp6602038p6602038.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > -- > 10 Tips for Better Web Security > Learn 10 ways to better secure your business today. Topics covered include: > Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, > security Microsoft Exchange, secure Instant Messaging, and much more. > http://www.accelacomm.com/jaw/sfnl/114/51426210/ > ___ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
Re: [qooxdoo-devel] Combination of SplitButton with ToggleButon
Hi Franček, the most amazing thing of qooxdoo is to enchance any widget in an easy way. I guess you should just subclass SplittButton and should include the same methods and mixins like in ToggleButton, with little changes ;). If you want to include a checkbox to a SplittButton, just take a look at child control architekture of qooxdoo, I never saw an more elegant way to handle child elements. So I would just subclass SplittButton and would add a new child control (checkbox) in it. Some Event handling to mix everything together and your own widget is ready to use. And the most important thing of all is, that you dont need to be a JS expert, just take a look to the code of e.g. qx.ui.form.Textfield, it will open your eyes! regards Sak > Hi > > Sometimes I need a button that has both properties of SplitButton and > ToggleButon. > ( SplitToggleButon ??). > Some widget toolkits have this combination. > The same is true for combination of qx.ui.toolbar.CheckBox with > qx.ui.toolbar. SplitButton > (qx.ui.toolbar.SplitToggleButon ??) > I propose such enhancement . > > Chears, > FranÄek > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Combination-of-SplitButton-with-ToggleButon-tp6602038p6602038.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > -- > 10 Tips for Better Web Security > Learn 10 ways to better secure your business today. Topics covered > include: > Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, > security Microsoft Exchange, secure Instant Messaging, and much more. > http://www.accelacomm.com/jaw/sfnl/114/51426210/ > ___ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > -- 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ ___ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
