Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
Archive
SilverStripe Forums » Archive » Creating Userdefined Form - unable to scroll down
Our old forums are still available as a read-only archive.
|
Page:
1
|
Go to End | |
| Author | Topic: Creating Userdefined Form - unable to scroll down | 1463 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!
| 1463 Views | ||
|
Page:
1
|
Go to Top |
Currently Online: sparkalow, davidm2010, Euphemismus, mattman, PatJnr
Welcome to our latest member: svenmagnus



