Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extended module configuration section for usage of widgets from addins #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@
- GwtMaterialBasicWithJQuery # Same as above but will also include loading jQuery<br/>
- GwtMaterialBasicWithJQueryDebug # Same as above but with non-minified js and Source URL included for Chrome debugging.<br/>
</demo:PrettyPre>
<m:MaterialTitle description="If you use widgets from addins extend your App.gwt.xml file like this:"/>
<demo:PrettyPre addStyleNames="lang-xml z-depth-1">
&lt;inherits name="gwt.material.design.addins.GwtMaterialAddins" /&gt;
</demo:PrettyPre>
<m:MaterialTitle description="Available modules:"/>
<demo:PrettyPre addStyleNames="lang-yaml z-depth-1">
&emsp;- GwtMaterialAddins # Standard use<br/>
- GwtMaterialAddinsDebug # Same as above but with debug enabled js<br/>
</demo:PrettyPre>
</m:MaterialPanel>


Expand Down