Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Creating Userdefined Form - unable to scroll down


Go to End


4 Posts   2762 Views

Avatar
a-tech

Community Member, 39 Posts

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.

Avatar
Sigurd

Forum Moderator, 628 Posts

20 March 2007 at 11:49am

Edited: 20/03/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') ) ) {

Avatar
a-tech

Community Member, 39 Posts

20 March 2007 at 12:09pm

great seemed to work!

Avatar
mootaccount

Community Member, 5 Posts

20 March 2007 at 8:09pm

yeah! this works!