On Wed, Nov 10, 2010 at 06:58, georg <[email protected]> wrote:
>
> Hi Gabi,
>
> thanks for the good idea, but an error appears:
>
> tableToolbar.setTabview is not a function
> [Break on this error] tableToolbar.setTabview(tabView);
>
> I don't know if the properties correct.
> Can you help me please.
>
The names of the setter and getter methods for a property are created by
changing the very first character of the property name to upper case, and
prepending "set" and "get". No change is made to other letters of the
property name, so when you call your property "tabView" with a capital 'V',
you need to retain that capital 'V' in the setter name: setTabView(), not
setTabview() as you've written.
Derrell
>
> Best Regards,
> Georg
>
> Toolbar.js:
> properties:
> {
> tabView : {init: ""}
>
> },
> Application.js:
> var tableToolbar = new moto.Toolbar().getTableToolbar();
> tableToolbar.setTabview(tabView);
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/access-a-tabview-tp5721268p5724399.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your
> business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel