Hi all,
I am struggling to implement an interface using GUI composer, mainly due to the lack of examples and documentation. What documentation there is for widgets is rather useless - no example usages particularly for data binding.
CheckBoxGroup - This control is in the documentation but does not appear in the GUI composer pallete. It appears to do exactly what I want; that is, control an array of boolean values using a list of check boxes. Do I need to manually write the source for this widget, or is there another more appropriate widget?
DGrid - I also want to display several arrays in a table / grid. DGrid appears to be the most appropriate for this, however I cannot find any examples on how to use it. Reading through documentation for Dojo and Dijit is rather painful - there is a huge amount of it and I'm not entirely sure how much is relevant to the GUI Composer implementation. What do I put in for the Data field to bind this to multiple arrays?
Any examples would be greatly appreciated.