Hi Anthony,

I compared the layout.html against older version, the jQuery issue was
resulted because I manually add:
<script src="{{=URL('static','js/web2py_bootstrap.js')}}"></script> (I
thought jQuery was not included in Layout.html) Removing this line solved
the problem. Also I will try to build a custom widget.
Thank a lot.

Spring


On Mon, Apr 8, 2013 at 1:09 AM, Anthony <[email protected]> wrote:

> The intention is to create a list of items each of which are selected from
>> the dropdown of referenced table, similar to 'list:string' with a "+/-"
>> sign at the end to add another item. When click the "+/-" sign it pops
>> another dropdown list to add new item. I photoshoped the pic below to show
>> what I want:
>
>
>> [image: Inline image 2]
>>
> If that's what you want, you'll have to create a custom 
> widget<http://web2py.com/books/default/chapter/29/07#Widgets>-- web2py 
> doesn't have a built-in widget that works like that.
>
>
>>
>> By checking database records I realized that all "list" fields even in
>> other tables cannot be modify by length any more. Below is a pic of db
>> management in Appadmin. No "+/-" sign. Don't know what went wrong..
>> [image: Inline image 1]
>>
>> Hmm, can you confirm that jQuery is loaded on that page (the list widget
> requires jQuery)?
>
> Anthony
>
> --
>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/zZ7LHTCcUUA/unsubscribe?hl=en.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to