Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I go the widget way or HTML way?

Tags:

People also ask

Are widgets HTML?

The HTML Widget allows you to place your own HTML content fragment directly into a page. While other Percussion Widgets generate HTML based on the content you enter, the HTML Widget allows you to directly enter HTML, or paste in HTML from local or third party sources.


Using UIBinder and Widgets is straightforward but the html it produces is quite bloted and difficult to style (uibinder generates a lot of inline styles that override external styling - even HTMLPanel has some).

Should I go with plain HTML where reasonable to get a clean makrup (with plain Element Objects - eg. ButtonElement) ?

How to process events then ?

Or is it a productivity overkill not worth doing ?

What are pro's and con's of widget vs html way ?