-
Notifications
You must be signed in to change notification settings - Fork 729
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
Toolbar Label and Input not displayed with w2ui-2.0, only when using es6 #2560
Comments
It works if you import it rather than including the CDN: |
Thank for your feedback Dirk. |
Hello @nfigay, not sure I understand your last comment. You do not need web access to run a http server. You can copy the w2ui library files locally to your computer or network and access them without Internet connection. @dirkk0 example of your toolbar works. You can easily run all the code locally. |
Does it also work with es6 scripts? I know you can do it with w2ui-2.0 without any problem, but it seems to me that using the es6 javascript as local source (I mean opening you html on you local disk with scripts coming with it using just the browser, no HTML server) doesn't work, I didn't succeed. Am I wrong? |
You need an HTTP server running on the computer. Yes ES6 works fine running on local computer. On Windows install IIS (Internet Information Services) or on Linux install Apache. Both are free and very easy to install. |
Short description
Toolbar Label and Input items as defined in documentation and exemplified with w2ui.es6 not properly displayed with w2ui-2.0
What is current behavior
items not displayed
What is desired behavior
items to be displayed as for exemples on the web site
Link to jsfidle/codepan with sample code
https://codepen.io/nfigay/pen/abgxGvJ
The text was updated successfully, but these errors were encountered: