You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/12/26 17:00:09 UTC

[royale-docs] branch master updated: Adding some info to Item Renders page

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new bdc2e31  Adding some info to Item Renders page
bdc2e31 is described below

commit bdc2e3157d8b120e2b27cf45ae38b334b9e83a4d
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Dec 26 17:59:58 2019 +0100

    Adding some info to Item Renders page
---
 features/item-renderers.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/features/item-renderers.md b/features/item-renderers.md
index 9eeb3d2..dac2e24 100644
--- a/features/item-renderers.md
+++ b/features/item-renderers.md
@@ -24,4 +24,8 @@ permalink: /features/item-renderers
 
 Visual representation of data items in lists and other collection components
 
-*information coming soon.*
\ No newline at end of file
+Collections of data are composed by objects or items. Several components in Royale can show collections of data to the user like _List_, _DataGrid_, _TabBar_ or _ButtonBar_. Those components need to describe each item and adapt the visaluzation to the data inside each object. Apache Royale uses Item Renderers components along with the before mentioned collection components to realize the visualization of each piece of data stored in each collection object.
+
+## Examples
+
+- [Using an item renderer with a list](https://royale.apache.org/using-an-item-renderer-with-a-list){:target='_blank'}