[3.0][online-doc] add comment about signal to UI Container page
authorJinyong Park <j4939.park@samsung.com>
Wed, 24 Feb 2016 06:54:34 +0000 (15:54 +0900)
committerJinyong Park <j4939.park@samsung.com>
Wed, 24 Feb 2016 06:54:34 +0000 (15:54 +0900)
Change-Id: I7f1d3508d54b813874179abd8b898993e2bc40f5
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
org.tizen.ui.practices/html/native/efl/container_conformant_n.htm
org.tizen.ui.practices/html/native/efl/container_naviframe_n.htm
org.tizen.ui.practices/html/native/efl/container_panes_mn.htm
org.tizen.ui.practices/html/native/efl/container_scroller_n.htm

index 5a308f5..b205013 100644 (file)
@@ -75,6 +75,8 @@ elm_object_content_set(conformant, main_view);
 <li><span style="font-family: Courier New,Courier,monospace">clipboard,state,off</span>: The clipboard has been switched off. </li>
 </ul>
 
+<p>The signals list in the AR is more extensive, but only the signals in this topics are actually supported by Tizen.</p>
+
 <table class="note">
     <tbody>
         <tr>
index e29e56d..5f6c569 100644 (file)
@@ -99,6 +99,8 @@ elm_object_item_part_content_set(nav_it, &quot;title_left_btn&quot;, btn);
 <li><span style="font-family: Courier New,Courier,monospace">title,clicked</span>: The title area is clicked.</li>
 </ul>
 
+<p>The signals list in the AR is more extensive, but only the signals in this topics are actually supported by Tizen.</p>
+
 <table class="note">
     <tbody>
         <tr>
index 1a3092b..9b1f0fa 100644 (file)
@@ -80,7 +80,7 @@ elm_object_part_content_set(panes, &quot;left&quot;, obj);
 <li><span style="font-family: Courier New,Courier,monospace">clicked,double</span>: The panes component is double-clicked.</li>
 </ul>
 
-       
+<p>The signals list in the AR is more extensive, but only the signals in this topics are actually supported by Tizen.</p>
 
 <table class="note">
     <tbody>
index 1eb8eb2..1b97942 100644 (file)
@@ -114,6 +114,8 @@ _scroll_start_cb(void *data, Evas_Object *obj, void *event_info)
 }
 </pre>
 
+<p>The signals list in the AR is more extensive, but only the signals in this topics are actually supported by Tizen.</p>
+
 <h2 id="slideshow">Creating a Picture Slideshow</h2>
 
 <p>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.</p>