summaryrefslogtreecommitdiff
path: root/RULES
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2017-04-13 20:00:42 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2017-04-13 20:25:36 +0900
commit808de7c2137ce72125fed596e3058bfaa8aa5f25 (patch)
tree97d4ab64bcf99d2c1a84f2ae5de61650a53c6a1f /RULES
parentf8e03a3cf7da35a9b2815d245fd0b02fd808d301 (diff)
downloadbuilding-blocks-808de7c2137ce72125fed596e3058bfaa8aa5f25.tar.gz
building-blocks-808de7c2137ce72125fed596e3058bfaa8aa5f25.tar.bz2
building-blocks-808de7c2137ce72125fed596e3058bfaa8aa5f25.zip
Rearrange UI with IoT and add __EXPAND__ rulesubmit/tizen/20170414.045013accepted/tizen/unified/20170414.163948
1. If the first line of description is __EXPAND__, TIC will automatically expand the block at load 2. Rearranged IoT related UI listing Change-Id: I45d207733f3df88207b1eaab8139d1582c25f4f0 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'RULES')
-rw-r--r--RULES8
1 files changed, 8 insertions, 0 deletions
diff --git a/RULES b/RULES
index bad631f..4bb603a 100644
--- a/RULES
+++ b/RULES
@@ -136,3 +136,11 @@ the model ks file URL to be interpreted by TIC.
5.7.3. The section of "%packages" in the linked ks file is ignored.
5.7.4. If the URL points to a directory index, any ks file in the directory can be
used. (ending with /)
+
+5.8. If the first line of %description starts with __EXPAND__, the block is
+expanded in TIC as default
+
+ 5.8.1. A following word of __EXPAND__ may denote keywords for TIC that
+ show when to expand and collapse.
+ e.g., __EXPAND__: TAB1 (expanded with preset tab only)
+ e.g., __EXPAND__: TAB1_O (expanded with preset tab, collapsed with others)