17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1866 Views |
-
Creating Userdefined Form - unable to scroll down

20 March 2007 at 11:08am
I have added up to 3 fields in a user defined form as described in the Third Tutorial, however, I am unable to scroll down to see the extra fields in the 'additional options' sections.
Frustration++!
I am using FF2.0 and Windows XP.
Thanks in advance.
-
Re: Creating Userdefined Form - unable to scroll down

20 March 2007 at 11:49am Last edited: 20 March 2007 11:53am
This was fixed on TRUNK by Ingo and will be released soon. The fix was done by editing jsparty/tabstrip/tabstrip.js
So, change
if( ( Element.hasClassName(divs,'tab') || Element.hasClassName(divs,'tabset') ) && isVisible(divs) ) {
to:
if( ( Element.hasClassName(divs,'tab') || Element.hasClassName(divs,'tabset') ) ) {
-
Re: Creating Userdefined Form - unable to scroll down

20 March 2007 at 12:09pm
great seemed to work!
| 1866 Views | ||
|
Page:
1
|
Go to Top |



