jQWidgets Forums
Forum Replies Created
-
Author
-
April 13, 2017 at 7:37 am in reply to: how to make jqxlayout 100% width in angular2? how to make jqxlayout 100% width in angular2? #92916
yes, i tried, but failed.
April 13, 2017 at 2:39 am in reply to: how to make jqxlayout 100% width in angular2? how to make jqxlayout 100% width in angular2? #92913where is the demo? on the website there is only one demo “overview” for jqxLayout angular2 demo. I use your overview demo App.component.html:
<jqxLayout [width]=’800′ [height]=’600′ [layout]=’layout’>
…..the width can only fixed width, if you use 100%, doesn’t get what you want.
April 11, 2017 at 3:25 am in reply to: how to make jqxlayout 100% width in angular2? how to make jqxlayout 100% width in angular2? #92846any comment? i tried your demo, it can use 100% in normal js way, but in angular 2 it can only use numeric width and height .
hi, i have fixed it myself. it’s a polyfills.ts issue which import zone.js already and remove it. its ok now.
after checking i fixed some error for missing import jqxlayout and jqxtree script in index.html but still encounter the following error:
zone.js:23 Uncaught Error: Zone already loaded.
at k (zone.min.js:1)
at zone.js:23
at zone.js:1127
at NO_ZONE.name (zone.js:9)
at Object.<anonymous> (zone.js:12)
at Object.<anonymous> (zone.js:2067)
at __webpack_require__ (bootstrap c1c1c10…:52)
at Object.<anonymous> (polyfills.ts:1)
at __webpack_require__ (bootstrap c1c1c10…:52)
at Object.<anonymous> (zone.js:2067)
at __webpack_require__ (bootstrap c1c1c10…:52)
at webpackJsonpCallback (bootstrap c1c1c10…:23)
at polyfills.bundle.js:1the following is the index.html:
<!doctype html>
<html>
<head>
<meta charset=”utf-8″>
<title>ILab</title>
<base href=”/”><meta name=”viewport” content=”width=device-width, initial-scale=1″>
<link rel=”icon” type=”image/x-icon” href=”favicon.ico”>
<!– JQuery and jQWidgets Library –>
<script src=”../node_modules/jqwidgets-framework/scripts/jquery-1.11.1.min.js”></script>
<script src=”../node_modules/jqwidgets-framework/jqwidgets/jqxcore.js”></script>
<script src=”../node_modules/jqwidgets-framework/jqwidgets/jqxribbon.js”></script>
<script src=”../node_modules/jqwidgets-framework/jqwidgets/jqxlayout.js”></script>
<script src=”../node_modules/jqwidgets-framework/jqwidgets/jqxtree.js”></script><!– Angular –>
<script src=”../node_modules/core-js/client/shim.min.js”></script>
<script src=”../node_modules/zone.js/dist/zone.min.js”></script>
<script src=”../node_modules/zone.js/dist/long-stack-trace-zone.min.js”></script>
</head>
<body>
<app-root>Loading…</app-root>
</body>
</html>April 7, 2017 at 10:15 am in reply to: System.js and new angular-cli System.js and new angular-cli #92776i struggled with the quick start for several days with angular 4.0 and angular-cli 1.0 and your framework: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/angular2/angular2-webpack.htm?search=. But failed.
the latest folder structure in : https://angular.io/docs/ts/latest/cli-quickstart.html
April 7, 2017 at 8:28 am in reply to: System.js and new angular-cli System.js and new angular-cli #92769The directory structure is different with your documentation, i think you’d better to update your documentation.Thanks.
April 5, 2017 at 12:48 am in reply to: how to build a SPA with angular2 and jqxwidgets? how to build a SPA with angular2 and jqxwidgets? #92676Hi, i think it’s too simple and doesn’t have an quick start documentation.
March 28, 2017 at 10:06 am in reply to: IDE code completion like Intellisense IDE code completion like Intellisense #92519How about other IDE? eg.webstorm
November 24, 2016 at 12:59 am in reply to: Superscript & Subscript html formatting support Superscript & Subscript html formatting support #89274Thanks.But i think it is very common use case eg for numbers like 10³. It’s much more better to give official demo and documentation.
November 12, 2016 at 6:38 am in reply to: Documentation update with angular2 Documentation update with angular2 #89017Hi,
Of course, i know that you have some documentations and demos. What i mean is the completely upgrade of your documentation about angular to distinguish the 1.x and 2. Many of them on this website are still use 1.x, because angluar2 is very different with 1.x. When we learn the jqxwidgets here it is very confusing. For eg, The SPA part, it is still use 1.x, how to build a SPA with angular2 and jqxwidgets with your quick start documnetation?August 21, 2016 at 12:50 pm in reply to: How can I print the content of a jqxWindow popup How can I print the content of a jqxWindow popup #86721Hi wsessonms:
could you please give out your sample code ? thanks.we need it too. Thanks.
Hi,
I also vote it.Thanks.March 14, 2016 at 9:18 am in reply to: Support for visual studio code Support for visual studio code #82415Hi,
i’m also vote for this. -
AuthorPosts