From 4d05c0593fa8b0627b6cca3e3367d5a15d92d1fa Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Sun, 4 Mar 2007 17:47:01 +0000 Subject: [PATCH] chiche visual para el widget --- sercom/widgets.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sercom/widgets.py b/sercom/widgets.py index ba75c51..f333523 100644 --- a/sercom/widgets.py +++ b/sercom/widgets.py @@ -65,14 +65,16 @@ MultiSelectAjax = ''' var d = loadJSONDoc(url); d.addCallbacks(partial(_on_alumno_get_result, lista, loading), partial(_on_alumno_get_error, loading)); } - ''' class AjaxMultiSelect(widgets.MultipleSelectField): template = '''
- + -- 2.43.0