Hi,

I decided to start over on this topic. The goal is to create a list that
has a checkbox on the side of each item (like in Android's settings
menu). I have now extended from list and wrote my own provider and
renderer. The files can be found below. Furthermore, a live example of
my current progress can be seen here:
http://www.airblader.de/qxCheckBoxList/index.html
<http://www.airblader.de/qxCheckBoxList/index.html#>
Now what's the status? As you can see, the checkboxes aren't being
displayed – but they are there (check the DOM). Overwriting the CSS to
display the native checkboxes actually displays them, but the framework
boxes just don't show up. My question being: How to solve this? I really
think this is worth solving as I believe this would be a contribution
many people can benefit from.

Files:

qx.ui.mobile.list.CheckBoxList : http://pastebin.com/X5HJwZSb
(overwrites the normal list to take the new provider)
qx.ui.mobile.list.provider.CheckBoxListItemProvider :
http://pastebin.com/vj3CPy9p (overwrite the normal provider to take the
new renderer)
qx.ui.mobile.list.renderer.CheckBoxListItemRenderer :
http://pastebin.com/hEvNMG0A (this is by far the longest file)
qx.ui.mobile.form.CheckBoxListCheckBox : http://pastebin.com/i0Uk06Pg
(mostly irrelevant, it's a simple checkbox widget without label)

Code used for the example page: http://pastebin.com/P8s6LptF

I have also submitted this post to StackOverflow:
http://stackoverflow.com/questions/14612052/qxmobile-list-with-checkboxes

I appreciate your help and input.

Regards
Ingo
<http://www.airblader.de/qxCheckBoxList/index.html#>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to