From bbce402fbe9668d1fd59111cf449059049ae68d1 Mon Sep 17 00:00:00 2001 From: Jinyong Park Date: Wed, 24 Feb 2016 15:54:34 +0900 Subject: [PATCH] [3.0][online-doc] add comment about signal to UI Container page Change-Id: I7f1d3508d54b813874179abd8b898993e2bc40f5 Signed-off-by: Jinyong Park --- org.tizen.ui.practices/html/native/efl/container_conformant_n.htm | 2 ++ org.tizen.ui.practices/html/native/efl/container_naviframe_n.htm | 2 ++ org.tizen.ui.practices/html/native/efl/container_panes_mn.htm | 2 +- org.tizen.ui.practices/html/native/efl/container_scroller_n.htm | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/org.tizen.ui.practices/html/native/efl/container_conformant_n.htm b/org.tizen.ui.practices/html/native/efl/container_conformant_n.htm index 5a308f5..b205013 100644 --- a/org.tizen.ui.practices/html/native/efl/container_conformant_n.htm +++ b/org.tizen.ui.practices/html/native/efl/container_conformant_n.htm @@ -75,6 +75,8 @@ elm_object_content_set(conformant, main_view);
  • clipboard,state,off: The clipboard has been switched off.
  • +

    The signals list in the AR is more extensive, but only the signals in this topics are actually supported by Tizen.

    + diff --git a/org.tizen.ui.practices/html/native/efl/container_naviframe_n.htm b/org.tizen.ui.practices/html/native/efl/container_naviframe_n.htm index e29e56d..5f6c569 100644 --- a/org.tizen.ui.practices/html/native/efl/container_naviframe_n.htm +++ b/org.tizen.ui.practices/html/native/efl/container_naviframe_n.htm @@ -99,6 +99,8 @@ elm_object_item_part_content_set(nav_it, "title_left_btn", btn);
  • title,clicked: The title area is clicked.
  • +

    The signals list in the AR is more extensive, but only the signals in this topics are actually supported by Tizen.

    +
    diff --git a/org.tizen.ui.practices/html/native/efl/container_panes_mn.htm b/org.tizen.ui.practices/html/native/efl/container_panes_mn.htm index 1a3092b..9b1f0fa 100644 --- a/org.tizen.ui.practices/html/native/efl/container_panes_mn.htm +++ b/org.tizen.ui.practices/html/native/efl/container_panes_mn.htm @@ -80,7 +80,7 @@ elm_object_part_content_set(panes, "left", obj);
  • clicked,double: The panes component is double-clicked.
  • - +

    The signals list in the AR is more extensive, but only the signals in this topics are actually supported by Tizen.

    diff --git a/org.tizen.ui.practices/html/native/efl/container_scroller_n.htm b/org.tizen.ui.practices/html/native/efl/container_scroller_n.htm index 1eb8eb2..1b97942 100644 --- a/org.tizen.ui.practices/html/native/efl/container_scroller_n.htm +++ b/org.tizen.ui.practices/html/native/efl/container_scroller_n.htm @@ -114,6 +114,8 @@ _scroll_start_cb(void *data, Evas_Object *obj, void *event_info) } +

    The signals list in the AR is more extensive, but only the signals in this topics are actually supported by Tizen.

    +

    Creating a Picture Slideshow

    A good example of the scroller use is a picture slideshow: add images to the scroller and limit the scrolling to pages, meaning that one picture at a time is shown.

    -- 2.7.4