intel / rib

Rapid Interface Builder (RIB) is a browser-based design tool for quickly prototyping and creating the user interface for web applications. Layout your UI by dropping widgets onto a canvas. Run the UI in an interactive "Preview mode". Export the generated HTML and Javascript. It's that simple!
https://01.org/rib
Apache License 2.0
148 stars 74 forks source link

[ADM] Implemented propertyVisible() for widget property exposed to user. #141

Closed xuqingkuang closed 12 years ago

xuqingkuang commented 12 years ago

The function will determine the property whether to show in property view.

Replace #131 by @zhizhangchen's comments.

@grgustaf Because of propertyUserVisible is too long and hard to fit the size of docs in widgets.js, so I still use 'propertyVisible' as the function and attribute name.

xuqingkuang commented 12 years ago

Close for upload a new one.