01-06-2013 09:43 PM
Hi,
Does anyone know the name for the sample app used in this example and where to download it?
https://developer.blackberry.com/cascades/document
I'm looking for the name of the example with the checkbox inside the list.
Thx.
Solved! Go to Solution.
01-06-2013 09:46 PM
01-06-2013 09:57 PM
Thanks but I don't want just that code I'm looking for the file items.xml.
// Create a ListView that uses an XML data model
ListView {
dataModel: XmlDataModel {
source: "models/items.xml"
}
Would like to see how it is structured.
That's why I'm asking for the sample (if one exists) so I can look at the logic.
01-06-2013 10:02 PM
01-06-2013 10:20 PM