Skip to content

Commit

Permalink
dynamic component by Slava
Browse files Browse the repository at this point in the history
  • Loading branch information
ZatolokinPavel committed Mar 31, 2016
1 parent 0542b62 commit 9347d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/meta.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-record(but, { id, href, target, postback, name, title, sources=[], class, onclick, validation="preloadWithTimeout(this);" }).
-record(opt, { id, name, title, postback, checked=false, disabled=false, noRadioButton=false }).
-record(sel, { id, name, title, postback }).
-record(field, { id, sec=1, name, pos, title, layout, visible=true, disabled=false, format="~w", curr="",
-record(field, { id, raw, sec=1, name, pos, title, layout, visible=true, disabled=false, format="~w", curr="",
postfun=[], desc, wide=normal, type=binary, etc, labelClass=label, fieldClass=field, boxClass=box,
access, tooltips=[], options=[], min=0, max=1000000, length=10, postback, onchange }).

Expand Down

0 comments on commit 9347d34

Please sign in to comment.