From be228567ed8432ab0665c9fb7aadf39df71e6932 Mon Sep 17 00:00:00 2001 From: "Yongheon, Shin" Date: Tue, 24 Nov 2015 19:58:03 +0900 Subject: [PATCH] Edit comment and os limitation for UI builder and Storyboard Change-Id: I1260dfca0d2a26277fea5566e73d044038904e66 Signed-off-by: Yongheon, Shin --- org.tizen.devtools/html/native_tools/storyboard_n.htm | 11 +++++++++++ org.tizen.devtools/html/native_tools/uibuilder_n.htm | 18 ++++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/org.tizen.devtools/html/native_tools/storyboard_n.htm b/org.tizen.devtools/html/native_tools/storyboard_n.htm index 029d854..3a6c0dd 100644 --- a/org.tizen.devtools/html/native_tools/storyboard_n.htm +++ b/org.tizen.devtools/html/native_tools/storyboard_n.htm @@ -35,6 +35,17 @@

Figure: Component diagram

Component diagram

+ + + + + + + + + +
Note
The Storyboard is supported only in 2.4 platform.
+

To use the Storyboard:

  1. Create a Storyboard application. diff --git a/org.tizen.devtools/html/native_tools/uibuilder_n.htm b/org.tizen.devtools/html/native_tools/uibuilder_n.htm index 220eeb5..90e3718 100644 --- a/org.tizen.devtools/html/native_tools/uibuilder_n.htm +++ b/org.tizen.devtools/html/native_tools/uibuilder_n.htm @@ -38,15 +38,15 @@

    UI Builder

    - - - + + + - - - -
    Note
    Note
    The UI Builder is supported only in mobile Ubuntu.
    + For 2.4 platform, the UI Builder is supported in Ubuntu and Windows. And, for 2.3.1 platform, it is supported only in Ubuntu. + + +

    Supported Views and Editors

    @@ -183,8 +183,10 @@

    Palette

    The palette contains EFL UI components, which you can select and add to the design area.

      -
    • Supported UI components: +
    • Supported UI components for applications of 2.4 platform:

      Scroller, Grid, Table, Box, Panes, Panel, Button, Check, Radio, Colorselector, Entry, Spinner, Slider, Naviframe, List, Genlist, Toolbar, Multibuttonentry, Gengrid, Index, Background, Datetime, Icon, Image, Label, Progressbar, and Layout

    • +
    • Supported UI components for applications of 2.3.1 platform: +

      Scroller, Grid, Table, Box, Panes, Button, Check, Radio, Entry, Spinner, Slider, Naviframe, List, Genlist, Index, Background, Datetime, Icon, Image, Label, Progressbar, and Layout

  2. -- 2.7.4