TextModel - Update only the edited paragraph when the style changes.
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / docs / content / item-factory.js
index b7ae5ab..228f745 100644 (file)
@@ -30,7 +30,7 @@
             "type":"ImageView",
             "image":
             {
-              "rendererType" : "imageRenderer",
+              "rendererType" : "image",
               "imageUrl": "{icon_path}"
             },
             "position":[20.0, 0.0, 0.0],
@@ -169,7 +169,7 @@ JSON_TEMPLATE_FILE
  *                          "title_text" : "Item 1" }
  *                     ];
  *
- *    itemFactory.data = itemViewData; // ItemFactory will look for the template from this JSON file
+ *    itemFactory.data = itemViewData; // ItemFactory will create items from this data
  *
  * @type Array
  * @property data