Skip to Content
Author's profile photo Dennis Seah

OpenUI5’s Controls

I have created a few controls (and blog about them) in the week. They are

  1. Growl for notification ([JS, CSS, Blog)
  2. Circular Range Gauge ([JS, CSS, Blog])
  3. Badge ([JS, CSS, Blog])
  4. Circular Icons Group ([JS, CSS, Blog])

This is a really good learning experience. Creating controls require us to understand Javascript, CSS and OpenUI5 framework well. And, I believe that control is the heart of OpenUI5’s application. Once developer has a set of good controls, application development becomes simplier.

/wp-content/uploads/2014/04/screenshot_426071.png

Without a MVC model, I just bundle the above controls in HERE and got them to work together. In the process, I also found bugs in the code that I blogged, here and here.

This is really fun week with OpenUI5.

-D

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      These controls really look awesome. I think there is space of improvement for CSS of Circular Icons Group.

      Author's profile photo Dennis Seah
      Dennis Seah
      Blog Post Author

      I totally agree. Let me know if you are interested to improve the controls. They are all in github, you can welcome to fork it.

      many thanks

      -D