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 showInProperty() for widget property exposed to user. #131

Closed xuqingkuang closed 12 years ago

xuqingkuang commented 12 years ago

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

grgustaf commented 12 years ago

Hmm, I was actually daydreaming about maybe needing such a function earlier this morning. So I'll be glad to take it. I think I'd prefer to call it:

propertyUserVisible()

Can I ask what you're wanting to use it for?

xuqingkuang commented 12 years ago

Geoff, In fact I'm feeling showInProperty is enough to describe the function, and the name make it be uniform with showInPalette.

The property will able to make a property to hide in property view, such as the event properties - https://github.com/xuqingkuang/rib/commit/e589e4ebed8ea353b59d293f02dbd49720e0ad77#L2R76

And it's need by Yongfeng Wu to completed his feature too.

zhizhangchen commented 12 years ago

Replaced by #144