|
@@ -24,6 +24,8 @@ render_element(#comboLookup{id=Id, style=Style, value = Val, bind = Object0,
|
|
|
++ nitro:to_list(Id) ++ "','"
|
|
|
++ nitro:to_list(Feed) ++ "','"
|
|
|
++ nitro:to_list(Module) ++ "')"),
|
|
|
+ onchange= nitro:jse("comboLookupChange('"
|
|
|
+ ++ nitro:to_list(Id) ++ "')"),
|
|
|
bind = Object,
|
|
|
value = Val, style = Style, class = column},
|
|
|
#panel{id=form:atom([comboContainer, Id]),
|