i tried using jquery to face this, but it's only work for the first change,
the others change is not effected, it seems like the twitter bootstrap
enforce the form field (i guessed).
e.g.
*views/layout.html*
<script src="{{=URL('static','js/jquery_number.js')}}"></script>
*views/default/product.html*
{{extend 'layout.html'}}
{{=grid}}
<script>
jQuery(document).ready(function(){
jQuery('#product_price').change(function(){
var val = $('#product_price').val();
$('#product_price').number( true );
});
});
</script>
ref:
http://www.teamdf.com/web/178/jquery-number-format
any idea about this?
for render(), i've already tried that, but it seems not work when using
nested.
e.g.
{{=detail.product.model.model}}
error occured :
AttributeError: 'str' object has no attribute 'model'
thanks and best regards,
stifan
--
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/d/optout.