I think you have misunderstood the page concept. In UUF, Page is the whole
thing (markup) that covers the browser window. So you *cannot* insert a
page into another page.

With that in mind, let's brak down the UI in [1].

- Left pane has 4 links, seems that those are app level menus. So, IMO each
link should have a separate page.

- Top bar (logo, product name, and usermenu), breadcrumbs, and right-side
menu will be the same for all pages. Then we can put the markup for those
into a layout and use that layout in pages (e.g. overview page, users page).

- You can configure the menu in the app.yaml (see pets-store, features-app
samples). And using the {{#menu }} helper, you can populate the menu (see
sample apps)

Thanks.


On Mon, Mar 6, 2017 at 6:15 PM, Denuwanthi De Silva <[email protected]>
wrote:

> Hi,
>
> We need to provide a tab like view as in [1].
> When moving between each tab  we plan to load a page.
>
> Is there a notation where we can insert a page inside the tab similar to
> fragment notation?
> or any other approach to achieve this behavior?
>
>
> <li class="list-group-item"><a data-toggle="tab" href="#overview">
>     Overview</a></li>
>
> <div class="tab-content">
>     <div id="overview" class="tab-pane fade in active">
>
> <! -- need to insert a page here-->
>
>     </div>
> </div>
>
>
>
>
> [1]https://raw.githubusercontent.com/wso2-dev-ux/product-is/master/
> Wireframes/admin-portal/v2/2.1%20Landing%20page%20-%20with%
> 20no%20existing%20users.png
>
> --
> Denuwanthi De Silva
> Senior Software Engineer;
> WSO2 Inc.; http://wso2.com,
> Email: [email protected]
> Blog: https://denuwanthi.wordpress.com/
>



-- 
Sajith Janaprasad Ariyarathna
Software Engineer; WSO2, Inc.;  http://wso2.com/
<https://wso2.com/signature>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to