jQWidgets Forums
Forum Replies Created
-
Author
-
February 3, 2017 at 12:31 pm in reply to: jqxDockingLayout add remove documentPanel jqxDockingLayout add remove documentPanel #91251
Now how can i remove the close button in dock layout
I remove already in my code but still showing.
type: ‘layoutGroup’,
allowClose: false,
orientation: ‘horizontal’,
items: [{
type: ‘tabbedGroup’,
allowClose: false,
width: ‘20%’,
items: [{
type: ‘layoutPanel’,
allowClose: false,
title: ‘Admin’,
contentContainer: ‘Administrator’
},{
type: ‘layoutPanel’,
allowClose: false,
title: ‘Chat’,
contentContainer: ‘Chat’
}]
},February 3, 2017 at 12:21 pm in reply to: jqxDockingLayout add remove documentPanel jqxDockingLayout add remove documentPanel #91248thank you
January 28, 2017 at 1:48 pm in reply to: jqxDockingLayout add remove documentPanel jqxDockingLayout add remove documentPanel #91078hi thanks, but how can i change the theme of the addFloatGroup. showing always orange
January 25, 2017 at 7:45 pm in reply to: jqxDockingLayout add remove documentPanel jqxDockingLayout add remove documentPanel #91006Let me know if tabbedGroup is supporting now runtime add and remove new tab. thanks
January 25, 2017 at 7:41 pm in reply to: jqxDockingLayout add remove documentPanel jqxDockingLayout add remove documentPanel #91005let me know any update for this now? I need it. thanks
do you have step by step to start angular with jqwidgets? please, i can’t really follow. thanks
Hi Hristo,
This is what i got after following on the link you given.
C:\Users\Administrator\Desktop\root>npm start
> angular2_jqwidgets_aot_webpack_example@1.0.0 start C:\Users\Administrator\Desktop\root
> npm run ngc && npm run webpack> angular2_jqwidgets_aot_webpack_example@1.0.0 ngc C:\Users\Administrator\Desktop\root
> ngc -p ./tsconfig.aot.jsonError: Unexpected value ‘jqxBarGaugeComponent’ declared by the module ‘AppModule’
at C:\Users\Administrator\Desktop\root\node_modules\@angular\compiler\bundles\compiler.umd.js:14126:33
at Array.forEach (native)
at CompileMetadataResolver.getNgModuleMetadata (C:\Users\Administrator\Desktop\root\node_modules\@angular\compiler\bundles
\compiler.umd.js:14113:51)
at C:\Users\Administrator\Desktop\root\node_modules\@angular\compiler\bundles\compiler.umd.js:12865:47
at Array.forEach (native)
at analyzeModules (C:\Users\Administrator\Desktop\root\node_modules\@angular\compiler\bundles\compiler.umd.js:12864:17)
at OfflineCompiler.analyzeModules (C:\Users\Administrator\Desktop\root\node_modules\@angular\compiler\bundles\compiler.umd
.js:12889:18)
at CodeGenerator.codegen (C:\Users\Administrator\Desktop\root\node_modules\@angular\compiler-cli\src\codegen.js:121:47)
at codegen (C:\Users\Administrator\Desktop\root\node_modules\@angular\compiler-cli\src\main.js:7:81)
at Object.main (C:\Users\Administrator\Desktop\root\node_modules\@angular\tsc-wrapped\src\main.js:30:16)
Compilation failednpm ERR! Windows_NT 6.1.7601
npm ERR! argv “C:\\Program Files\\nodejs\\node.exe” “C:\\Users\\Administrator\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\
npm-cli.js” “run” “ngc”
npm ERR! node v6.9.2
npm ERR! npm v4.0.5
npm ERR! code ELIFECYCLE
npm ERR! angular2_jqwidgets_aot_webpack_example@1.0.0 ngc:ngc -p ./tsconfig.aot.json
npm ERR! Exit status 1
npm ERR!Hi Hristo,
I tried those link, after copying with same directory structure, I install, I used npm install command
I really want to jqwidget using angular but no luck, if you have step-by-step please share. thanks
-
AuthorPosts