Hello,
I would appreciate if anyone would please let me know whether <b>its possible to create Tabbed Pages/iViews in Portal?</b>
My requirement is that I would like to create pages/iviews like we have the Overview Tab page or iview that appears when we login into SAP Portal.
I searched a lot on the net as well as on help pages but failed to find any useful information.
Please help me as I to snwer my senior on the same by tomorrow.
Thanks and Warm Regards,
Milind
Hello,
iViews:
You can create easily "tabbed pages" by using th HTMLB-Framework for the GUI. That's the developer way.
Just look at the docu (if You have installed the PDK on Your EP) or http://devnetmedia.sap.com/html/submitted_docs/htmlbManuals/tabstrip.html
EP6 after login:
The 1st and 2nd level navigation is created as tabbed pages (more or less visible). But this makes no sense for the 3rd level navigation which is build as tree.
OK????
Walter
Hi - well, your error message tells you what to do: put surrounding form-tags around the tabstrips - I also noticed, that some htmlb-items require form-tags - look at this:
<htmlb:form id ="a" method = "post">
<htmlb:tabStrip id = "myTabStrip1">
...
...
</htmlb:tabStrip>
</htmlb:form>
kind regards, Matthias Kasig
Add a comment