jQWidgets Forums

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts

  • n_oandasan
    Participant

    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’
    }]
    },


    n_oandasan
    Participant

    thank you


    n_oandasan
    Participant

    hi thanks, but how can i change the theme of the addFloatGroup. showing always orange


    n_oandasan
    Participant

    Let me know if tabbedGroup is supporting now runtime add and remove new tab. thanks


    n_oandasan
    Participant

    let me know any update for this now? I need it. thanks

    in reply to: Angular 2 Input Angular 2 Input #90873

    n_oandasan
    Participant

    do you have step by step to start angular with jqwidgets? please, i can’t really follow. thanks

    in reply to: Angular 2 Input Angular 2 Input #90871

    n_oandasan
    Participant

    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.json

    Error: 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 failed

    npm 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!

    in reply to: Angular 2 Input Angular 2 Input #90869

    n_oandasan
    Participant

    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

Viewing 8 posts - 1 through 8 (of 8 total)