> A('mypage', _href=URL('myfunction'), target='myID')
>>>
>>
>> Shouldn't above be:
>>
>> A('mypage', component=URL('myfunction'), target='myID')
>>
>>
>>
> does the exact same thing but I don't think that *component* as an
> argument was ever documented.
>
I just meant that according to the
code<https://github.com/web2py/web2py/blob/master/gluon/html.py#L1481>,
the data-w2p_method attribute is set only in case "component", "callback",
or "cid" are provided, so specifying "target" without one of those other
three arguments won't result in any Ajax behavior, no?
Anthony
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
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.