www.dotjonline.com Forum Index www.dotjonline.com
www.dotjonline.com forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

dotj:tab

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    www.dotjonline.com Forum Index -> Utility Tags
View previous topic :: View next topic  
Author Message
Obritzberger



Joined: 22 May 2007
Posts: 1

PostPosted: Wed Nov 14, 2007 11:02 pm    Post subject: dotj:tab Reply with quote

Hello

I have a little problem with the <dotj:tabcontainer> <dotj:tab>

below you can find my sample code

The problem is:
I define a onclick-Event on <dotj:tabimgon> and <dotj:tabimgoff> But the defined JavaScript Function is only called when <dotj:tabimgon> is displayed. The purpose is: I want to interact with my Servlet when the user clicks on the Tab-Image


<dotj:form name="frmOptions" method="post">
<dotj:tabcontainer id="idtest">
<dotj:tab>
<dotj:tabimgon onclick="ClickTest(0)" name="traubenberichton" src="img10.jpg" alt="" border="0"/>
<dotj:tabimgoff onclick="ClickTest(1)" name="traubenberichtoff" src="img11.jpg" alt="" border="0"/>
11111111111111
</dotj:tab>
<dotj:tab >
<dotj:tabimgon onclick="ClickTest(0)" name="traubenberichton" src="img20.jpg" alt="" border="0"/>
<dotj:tabimgoff onclick="ClickTest(1)" name="traubenberichtoff" src="img21.jpg" alt="" border="0"/>
22222222222222222222
</dotj:tab>
</dotj:tabcontainer>

<script language="JavaScript">
function ClickTest(onoff) {
alert("ClickTest="+onoff);
}
</script>
</dotj:form>
Back to top
View user's profile Send private message
support
Site Admin


Joined: 01 Jan 1970
Posts: 79

PostPosted: Sat Nov 17, 2007 7:35 am    Post subject: Reply with quote

We will be adding a postonselect attribute to version 2.8.1 so that this can be done in the best way.
_________________
- support
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    www.dotjonline.com Forum Index -> Utility Tags All times are GMT + 1 Hour
Page 1 of 1

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


Powered by phpBB © 2001, 2005 phpBB Group