Skip to content

Commit

Permalink
Fix link errors in ui_fw_api and tizen-studio (#1411)
Browse files Browse the repository at this point in the history
Signed-off-by: Mijin, Cho <mijin85.cho@samsung.com>
  • Loading branch information
mijin85cho authored Mar 15, 2021
1 parent 4546352 commit 27d92be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The `<variation>` element is placed as a child of the `<UI component>` element.

## Palette of the Native UI Builder

By using various UI containers and components in the **Palette** of the native UI Builder, you can create your application UI layout. Each component can be set in various styles. For a detailed list of component styles, see the related guides ([mobile](../../../native/guides/ui/efl/ui-components.md) and [wearable](../../../native/guides/ui/efl/ui-components.md)).
By using various UI containers and components in the **Palette** of the native UI Builder, you can create your application UI layout. Each component can be set in various styles. For a detailed list of component styles, see the [related guides](../../../native/guides/ui/efl/ui-components.md).

**Figure: Native UI Builder Palette**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h3>Summary</h3>


<dt class="method"><code><b><span class="methodName"
id="method-push">pop</span></b></code></dt>
id="method-pop">pop</span></b></code></dt>
<dd>
<div class="brief">
<p>Pop last child of navigation.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>Table of Contents</h2>

</ol>

<h2><a id="default-selectors"></a>Default Selectors</h2>
<h2><a id="default-selector"></a>Default Selectors</h2>

<p>By default, all elements with the class="ui-panel-changer" or data-role="panel-changer" attribute are displayed as panel changer components.</p>
<p>Panel components use the class="ui-panel" or data-role="panel"</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h2><a id="options-list"></a>Options</h2>
</tbody>
</table>

<h2><a href="#options-example"></a>HTML Example with Options</h2>
<h2><a id="options-example"></a>HTML Example with Options</h2>
<h3>Drawer positioning</h3>
You can declare to 'position' option as below method.

Expand Down

0 comments on commit 27d92be

Please sign in to comment.