X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/68e9d1b139c54e69d0afcbfb53df4b42ced27348..254784d15bc3e1ebd196855eb57916a3f730a99f:/sercom/widgets.py?ds=sidebyside diff --git a/sercom/widgets.py b/sercom/widgets.py index 070fb76..f642266 100644 --- a/sercom/widgets.py +++ b/sercom/widgets.py @@ -29,8 +29,17 @@ MultiSelectAjax = ''' alert(results.msg); return; } - MochiKit.DOM.appendChildNodes(lista, OPTION({'value':results.msg.id}, results.msg.value)); + /* Verifico si esta y no lo agrego si esta repetido */ l = MochiKit.DOM.getElement(lista); + esta = false; + for(i=0; i + + + + + + + + + + + +
${title_from} ${title_to}
+ + + +
+
+ +
+ +
+ + ''' + 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) +