Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
applications:webapplication_style [2018/02/06 22:13] admin created |
applications:webapplication_style [2020/07/01 17:25] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Use web application style with Vaadin~~ | + | ~~Title: Use Web Application Style With Vaadin~~ |
If you don't want a MDI for your web application, simply switch your application style to web style (see [[httpa://blog.sibvisions.com/2013/03/30/a-new-jvx-application-style-with-vaadin/|Vaadin Application style]]). | If you don't want a MDI for your web application, simply switch your application style to web style (see [[httpa://blog.sibvisions.com/2013/03/30/a-new-jvx-application-style-with-vaadin/|Vaadin Application style]]). | ||
Line 50: | Line 50: | ||
</file> | </file> | ||
- | The important thing is ''com.sibvisions.apps.vaadin.web.WebApplicationSetup'' because this class changes default style of ProjX. | + | The important thing is ''com.sibvisions.apps.vaadin.web.WebApplicationSetup'' because this class changes the default style of ProjX. |
- | The configuration doesn't change your work screens, but it changes everything else. It removes the menubar and toolbar. Your pages will be shown as page instead of windows. The UI is clean and simple because a web application should be easy to use. | + | The configuration doesn't change your workscreens, but it changes everything else. It removes the menubar and toolbar. Your workscreens will be shown as pages instead of windows. The UI is clean and simple because a web application should be easy to use. |