Section title behavior

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Section title behavior

Lomobob
Hi all,

With form builder, is it possible to disable the mechanism that collapse/expand the section content by clicking on the title after publishing ?

Lomobob

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Section title behavior

Erik Bruchez
Administrator
Try:

<property as="xs:boolean"
name="oxf.fr.detail.noscript.section.collapse.*.*" value="false"/>

-Erik

On Tue, May 14, 2013 at 2:10 AM, L'omobob <[hidden email]> wrote:

> Hi all,
>
> With form builder, is it possible to disable the mechanism that
> collapse/expand the section content by clicking on the title after
> publishing ?
>
> Lomobob
>
> --
> You received this message because you are subscribed to the Google Groups
> "Orbeon Forms" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [hidden email].
> To post to this group, send email to [hidden email].
>
>

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].


Reply | Threaded
Open this post in threaded view
|

Re: Section title behavior

Lomobob
Hi, it didn't work, but it did work by adding the two line about ajax:

<property as="xs:boolean" name="oxf.fr.detail.noscript.section.collapse.*.*" value="false"/>
<property as="xs:boolean" name="oxf.fr.detail.ajax.section.collapse.*.*" value="false"/>
<property as="xs:boolean" name="oxf.fr.detail.ajax.section.animate.*.*" value="false"/>

I had to modify a little my css afterwards, but it's ok.

Thanks !

On Tue, May 14, 2013 at 7:57 PM, Erik Bruchez <[hidden email]> wrote:
Try:

<property as="xs:boolean"
name="oxf.fr.detail.noscript.section.collapse.*.*" value="false"/>

-Erik

On Tue, May 14, 2013 at 2:10 AM, L'omobob <[hidden email]> wrote:
> Hi all,
>
> With form builder, is it possible to disable the mechanism that
> collapse/expand the section content by clicking on the title after
> publishing ?
>
> Lomobob
>
> --
> You received this message because you are subscribed to the Google Groups
> "Orbeon Forms" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [hidden email].
> To post to this group, send email to [hidden email].
>
>

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].



--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Section title behavior

Erik Bruchez
Administrator
It looks like I sent the wrong property (the one with noscript). Glad
you figured it out!

-Erik

On Wed, May 15, 2013 at 3:10 AM, L'omobob <[hidden email]> wrote:

> Hi, it didn't work, but it did work by adding the two line about ajax:
>
>
> <property as="xs:boolean" name="oxf.fr.detail.noscript.section.collapse.*.*"
> value="false"/>
> <property as="xs:boolean" name="oxf.fr.detail.ajax.section.collapse.*.*"
> value="false"/>
> <property as="xs:boolean" name="oxf.fr.detail.ajax.section.animate.*.*"
> value="false"/>
>
> I had to modify a little my css afterwards, but it's ok.
>
> Thanks !
>
>
> On Tue, May 14, 2013 at 7:57 PM, Erik Bruchez <[hidden email]> wrote:
>>
>> Try:
>>
>> <property as="xs:boolean"
>> name="oxf.fr.detail.noscript.section.collapse.*.*" value="false"/>
>>
>> -Erik
>>
>> On Tue, May 14, 2013 at 2:10 AM, L'omobob <[hidden email]> wrote:
>> > Hi all,
>> >
>> > With form builder, is it possible to disable the mechanism that
>> > collapse/expand the section content by clicking on the title after
>> > publishing ?
>> >
>> > Lomobob
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Orbeon Forms" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to [hidden email].
>> > To post to this group, send email to [hidden email].
>> >
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Orbeon Forms" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [hidden email].
>> To post to this group, send email to [hidden email].
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Orbeon Forms" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [hidden email].
> To post to this group, send email to [hidden email].
>
>

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].