Welcome Guest Search | Active Topics | Sign In | Register

How to link the PageViews to subgroup TabItem Options
Nazeer
Posted: Thursday, July 5, 2007 4:29:16 AM
Rank: Newbie
Groups: Member

Joined: 7/3/2007
Posts: 3
Hi,

How to link the PageViews to subgroup TabItem ?
When i click to subgroup Tabitem , i want to display the specific page related to that particular TabItem ,

i did like this



<form id="form1" runat="server">
<div>
<eo:TabStrip runat="server" id="TabStrip1" ControlSkinID="None" Width="400px" MultiPageID="MultiPage1">
<TopGroup>
<Items>
<eo:TabItem Text-Html="Fill-out Form" Value ="0" >
<subgroup >
<items >
<eo:TabItem Text-Html="Address/Contact Info" Value="0"></eo:TabItem>
<eo:TabItem Text-Html="Product Info" Value="5"></eo:TabItem>
<eo:TabItem Text-Html="Other/Freight" Value="6"></eo:TabItem>
<eo:TabItem Text-Html="S A V E Q U O T E" Value="7"></eo:TabItem>
</items>
</subgroup>
</eo:TabItem>
<eo:TabItem Text-Html="Quotation: Display | Email" Value ="2"></eo:TabItem>
<eo:TabItem Text-Html="Freight Quote: Display | Email" Value ="3"></eo:TabItem>
<eo:TabItem Text-Html="Return to Forms Menu" Value ="4"></eo:TabItem>

</Items>
</TopGroup>
<LookItems>
<eo:TabItem Height="21" HoverStyle-CssText="position: relative; top: 2px; background-image: url(00010002); background-repeat: repeat-x"
ItemID="_Default" RightIcon-Url="00010005" RightIcon-SelectedUrl="00010009" RightIcon-HoverUrl="00010007"
NormalStyle-CssText="position: relative; top: 2px; background-image: url(00010001); background-repeat: repeat-x"
SelectedStyle-CssText="background-image: url(00010003); background-repeat: repeat-x" LeftIcon-Url="00010004"
LeftIcon-SelectedUrl="00010008" LeftIcon-HoverUrl="00010006" Text-Padding-Top="1" Text-Padding-Bottom="2">
<SubGroup Style-CssText="background-image:url(00010000);background-position-y:bottom;background-repeat:repeat-x;color:black;cursor:hand;font-family:'Microsoft Sans Serif', Verdana;font-size:8.25pt;"
ItemSpacing="1"></SubGroup>
</eo:TabItem>
</LookItems>
</eo:TabStrip>
<div style="BORDER-RIGHT: #949a9c 1px solid; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #949a9c 1px solid; WIDTH: 388px; PADDING-TOP: 5px; BORDER-BOTTOM: #949a9c 1px solid; HEIGHT: 300px; 5px: ">
<eo:MultiPage runat="server" id="MultiPage1">

<eo:PageView id="PageView1" runat="server" TabIndex ="0">Page 1 </eo:PageView>

<eo:PageView id="Pageview2" runat="server" TabIndex="1">Page 2 </eo:PageView>
<eo:PageView id="Pageview3" runat="server" TabIndex="2">Page 3 </eo:PageView>
<eo:PageView id="Pageview4" runat="server" TabIndex="3">Page 4 </eo:PageView>
<eo:PageView id="Pageview5" runat="server" TabIndex="4">Page 5 </eo:PageView>
<eo:PageView id="Pageview6" runat="server" TabIndex="5">Page 6 </eo:PageView>
<eo:PageView id="Pageview7" runat="server" TabIndex="6">Page 7 </eo:PageView>
<eo:PageView id="Pageview8" runat="server" TabIndex="7">Page 8 </eo:PageView>
</eo:MultiPage>
</div>
</div>
</form>




Thanks
Nazeer





eo_support
Posted: Thursday, July 5, 2007 9:39:51 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
hi, Nazeer

Thank you for posting your question here.
Looks like this is a bug in this version. I tried your code and got the same result as you described.
We will fix this as soon as we can and put it into next upgrade.

Thanks for your report and have a good night.


Nazeer
Posted: Friday, July 6, 2007 12:12:52 AM
Rank: Newbie
Groups: Member

Joined: 7/3/2007
Posts: 3
Thanks for replying

If any alternate method is there please post to my email id.


Thanks
Nazeer

Nazeer
Posted: Friday, July 6, 2007 2:43:54 AM
Rank: Newbie
Groups: Member

Joined: 7/3/2007
Posts: 3
Hi,

I am getting same problem in TabStrip & MultiPage --> Style2.
it is displaying only subtab links, but not the information related to that particular link.




Thanks
Nazeer
eo_support
Posted: Friday, July 6, 2007 8:51:50 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
hi, Nazzer

We are working on this isssue right now. New upgrade download will avaible very soon.

Thanks for your repot!
eo_support
Posted: Tuesday, July 10, 2007 6:06:34 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,095
Hi Nazzer,

Please try to set the sub tab's PageViewID and see if it works. I believe that property is designed for this purpose.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.