X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/78a6598120e9b1dd321fb3f1d6ee2bc40ffb6c1b..d76442c99e5d7de7265d7b27a169a1fec9d2be00:/sercom/widgets.py?ds=sidebyside diff --git a/sercom/widgets.py b/sercom/widgets.py index 419fa63..b9a14c1 100644 --- a/sercom/widgets.py +++ b/sercom/widgets.py @@ -31,9 +31,6 @@ MultiSelectAjax = ''' } MochiKit.DOM.appendChildNodes(lista, OPTION({'value':results.msg.id}, results.msg.value)); l = MochiKit.DOM.getElement(lista); - for (i=0; i
- + + onClick=" _do_add(${on_add}, '${field_id}_nuevo', '${field_id}', '${name}_loading'); " />
+ + + + + + +
+
+ + + + + + + +
+ ''' + javascript = [widgets.JSSource(DosListasAjax)] + title_from = "" + title_to = "" + + def __init__(self, **kw): + self.params.append('title_from') + self.params.append('title_to') + self.title_from = " " + self.title_to = " " + widgets.MultipleSelectField.__init__(self, **kw) +