forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iapyang
909f50d322
|
7 years ago | |
---|---|---|
.. | ||
base | ||
case | 7 years ago | |
core | ||
detailed | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SUMMARY.md | ||
book.json | ||
gh.js | ||
package.json |
README.md
FineUIdocs
FineUI的交互、前端以及视觉文档规范
####1. 控件都会提供setValue, getValue, populate这几个方法来设置值,获取值(展示类控件除外)和刷新控件 ####2. 控件都会提供setEnable, setVisible, setValid这几个方法来设置使能,是否可见,是否有效状态,并且在fineui2.0之后,会自动给子组件设置同样的状态,不要重写这些方法,一些需要在设置状态时的额外操作可以通过重写_setXXX来实现