Proposal for widget form improvement: hidden forms

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

Proposal for widget form improvement: hidden forms

Jacopo Cappellato
In form widgets, by default, the also-hidden attribute is true. For this
reason, we have many list forms with an hidden form and hidden fields in
it, even if no other submit/input fields are available.
Is it ok if I change the code to only create the form ig the target
attribute is set?

Jacopo


Reply | Threaded
Open this post in threaded view
|

Re: Proposal for widget form improvement: hidden forms

Jacques Le Roux
Administrator
Sounds fine to me (quick answer, no code review)

Jacques

De : "Jacopo Cappellato" <[hidden email]>
> In form widgets, by default, the also-hidden attribute is true. For this
> reason, we have many list forms with an hidden form and hidden fields in
> it, even if no other submit/input fields are available.
> Is it ok if I change the code to only create the form ig the target
> attribute is set?
>
> Jacopo
>
Reply | Threaded
Open this post in threaded view
|

Re: Proposal for widget form improvement: hidden forms

Anil Patel-3
Hi,
Last time when I tried to work on adding autocompleter to a form field,
One of things I missed a lot was, "Id" attribute. Is it possible to have
"Id" attribute on Form Elements. I think we have it on Form element (not
sure, it will be nice to have).

Regards
Anil Patel




Jacques Le Roux wrote:

> Sounds fine to me (quick answer, no code review)
>
> Jacques
>
> De : "Jacopo Cappellato" <[hidden email]>
>  
>> In form widgets, by default, the also-hidden attribute is true. For this
>> reason, we have many list forms with an hidden form and hidden fields in
>> it, even if no other submit/input fields are available.
>> Is it ok if I change the code to only create the form ig the target
>> attribute is set?
>>
>> Jacopo
>>
>>    

Reply | Threaded
Open this post in threaded view
|

Re: Proposal for widget form improvement: hidden forms

David E Jones
In reply to this post by Jacopo Cappellato

Jacopo Cappellato wrote:
> In form widgets, by default, the also-hidden attribute is true. For this
> reason, we have many list forms with an hidden form and hidden fields in
> it, even if no other submit/input fields are available.
> Is it ok if I change the code to only create the form ig the target
> attribute is set?

I see... you mean for list or other forms with all display* fields? Yeah, I think that's a good idea.

-David