X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/68e9d1b139c54e69d0afcbfb53df4b42ced27348..c505a0a6a9fed168f9550405018372473912ea9e:/sercom/widgets.py diff --git a/sercom/widgets.py b/sercom/widgets.py index 070fb76..612d950 100644 --- a/sercom/widgets.py +++ b/sercom/widgets.py @@ -56,6 +56,8 @@ MultiSelectAjax = ''' load.style.visibility = 'visible'; var d = loadJSONDoc(url); d.addCallbacks(partial(_on_alumno_get_result, lista, loading), partial(_on_alumno_get_error, loading)); + t.value = 'padron'; + t.style.color = "#aaa"; } '''