[TAU] remove deprecated style guide
authorhagun.kim <hagun.kim@samsung.com>
Fri, 4 Mar 2016 06:06:19 +0000 (15:06 +0900)
committerhagun.kim <hagun.kim@samsung.com>
Fri, 4 Mar 2016 06:06:19 +0000 (15:06 +0900)
The style of title with more options is deprecated since 2.4.
SPIN JIRA : DOC-242

Change-Id: I253db9165b04306956c887b80d9fb04493ce99c0
Signed-off-by: hagun.kim <hagun.kim@samsung.com>
org.tizen.ui.practices/html/web/tau/managing_page_w.htm

index e85eac3..481a162 100644 (file)
 &lt;/div&gt;
 </pre>
 <p>The previous example shows a full page structure. The header and footer areas can contain multiple UI components, such as buttons or images.</p>
-<p>The following example shows a title bar with a <strong>More Options</strong> button and an icon:</p>
-<pre class="prettyprint">&lt;div class=&quot;ui-page&quot;&gt;
-&nbsp;&nbsp;&nbsp;&lt;div class=&quot;ui-header&quot;&gt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2 class=&quot;ui-title ui-icon&quot; style=&quot;background-image: url(image.png);&quot;&gt;Title&lt;/h2&gt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;button type=&quot;button&quot; class=&quot;ui-more ui-icon-overflow&quot;&gt;More Options&lt;/button&gt;
-&nbsp;&nbsp;&nbsp;&lt;/div&gt;
-&nbsp;&nbsp;&nbsp;&lt;div class=&quot;ui-content&quot;&gt;MyApplication content&lt;/div&gt;
-&lt;/div&gt;
-</pre>
 </li>
 <li>
 <p>You can also create a popup for your page:</p>