jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 188 total)
  • Author
    Posts

  • jqwidgetsdev
    Participant

    … and here are my splitter definitions

    
        <JqxSplitter
          :width="'auto'"
          :height="700"
          :resizable="false"
          :splitBarSize="1"
          :panels="[{ size: 240, min: 100 }, { min: 200, size: 'auto' }]"
        >
          <div class="splitter-panel">
            <JqxNavigationBar
    ......
    
            <JqxSplitter
              ref="horizontalSplitter"
              :resizable="false"
              :splitBarSize="1"
              :width="'100%'"
              :height="'100%'"
              :orientation="'horizontal'"
              :panels="[{ size: 750, min: 48 },{ min: 100 }]">
            >
              <div class="feed-item-list-container" id="feedUpperPanel">
                <JqxTabs
                  ref="myTabsMain"
    
    in reply to: jqxTab jqxForm loop jqxTab jqxForm loop #122162

    jqwidgetsdev
    Participant

    Hi,

    Node.js provides a Vue.js data() method. That method defines all my form templates (I have many).
    Additionally, there is a value method to write/preset ALL defined template input types across ALL form templates. Great!

    What’s the preferred way to get/set the value method from a button click event?

    I prefer not to be looping through tabs/form (above post).

    Thanks.

    in reply to: JxqTags make tab invisible JxqTags make tab invisible #122160

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Perhaps to say differently, what I am looking for is a property and method to hide and show specific jqxTabs.

    Best regards.

    in reply to: jqxgrid toolbar not showing jqxgrid toolbar not showing #122148

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Thanks, see email.

    in reply to: jqxgrid toolbar not showing jqxgrid toolbar not showing #122143

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Thanks your example works well.

    Sorry but I cannot get your project to work locally. I have copied your vue.js and package.json.

    Any suggestions please? Maybe I send you my sample project?

    autofill.js:9631 Uncaught TypeError: Cannot read properties of undefined (reading ‘encrypt’)
    at 41 (autofill.js:9631:33)
    at o (autofill.js:1:265)
    at autofill.js:1:316
    at 40../captureDdgGlobals (autofill.js:9479:49)
    at o (autofill.js:1:265)
    at autofill.js:1:316
    at 9…/UI/HTMLTooltip (autofill.js:2531:25)
    at o (autofill.js:1:265)
    at autofill.js:1:316
    at 7../DeviceInterface/AndroidInterface (autofill.js:2373:29)
    41 @ autofill.js:9631
    o @ autofill.js:1
    (anonymous) @ autofill.js:1
    40../captureDdgGlobals @ autofill.js:9479
    o @ autofill.js:1
    (anonymous) @ autofill.js:1
    9…/UI/HTMLTooltip @ autofill.js:2531
    o @ autofill.js:1
    (anonymous) @ autofill.js:1
    7../DeviceInterface/AndroidInterface @ autofill.js:2373
    o @ autofill.js:1
    (anonymous) @ autofill.js:1
    43../DeviceInterface @ autofill.js:10031
    o @ autofill.js:1
    r @ autofill.js:1
    (anonymous) @ autofill.js:1
    log.js?1afd:24 [HMR] Waiting for update signal from WDS…
    vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in mounted hook: “Error: Invalid Selector – #addButton! Please, check whether the used ID or CSS Class name is correct.”

    found in

    —> <App> at src/App.vue
    <Root>
    warn @ vue.runtime.esm.js?2b0e:619
    logError @ vue.runtime.esm.js?2b0e:1884
    globalHandleError @ vue.runtime.esm.js?2b0e:1879
    handleError @ vue.runtime.esm.js?2b0e:1839
    invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:1862
    callHook @ vue.runtime.esm.js?2b0e:4213
    insert @ vue.runtime.esm.js?2b0e:3139
    invokeInsertHook @ vue.runtime.esm.js?2b0e:6340
    patch @ vue.runtime.esm.js?2b0e:6559
    Vue._update @ vue.runtime.esm.js?2b0e:3939
    updateComponent @ vue.runtime.esm.js?2b0e:4060
    get @ vue.runtime.esm.js?2b0e:4473
    Watcher @ vue.runtime.esm.js?2b0e:4462
    mountComponent @ vue.runtime.esm.js?2b0e:4067
    Vue.$mount @ vue.runtime.esm.js?2b0e:8409
    eval @ main.js?56d7:9
    ./src/main.js @ app.js:3364
    __webpack_require__ @ app.js:724
    fn @ app.js:101
    1 @ app.js:3378
    __webpack_require__ @ app.js:724
    (anonymous) @ app.js:791
    (anonymous) @ app.js:794
    vue.runtime.esm.js?2b0e:1888 Error: Invalid Selector – #addButton! Please, check whether the used ID or CSS Class name is correct.
    at b.fn.<computed> [as jqxButton] (jqxcore.js?4485:15:1)
    at Object.createInstance (jqxcore.js?4485:15:1)
    at VueComponent.createButtons (App.vue?234e:70:1)
    at VueComponent.mounted (App.vue?234e:50:1)
    at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854:1)
    at callHook (vue.runtime.esm.js?2b0e:4213:1)
    at Object.insert (vue.runtime.esm.js?2b0e:3139:1)
    at invokeInsertHook (vue.runtime.esm.js?2b0e:6340:1)
    at Vue.patch [as __patch__] (vue.runtime.esm.js?2b0e:6559:1)
    at Vue._update (vue.runtime.esm.js?2b0e:3939:1)
    logError @ vue.runtime.esm.js?2b0e:1888
    globalHandleError @ vue.runtime.esm.js?2b0e:1879
    handleError @ vue.runtime.esm.js?2b0e:1839
    invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:1862
    callHook @ vue.runtime.esm.js?2b0e:4213
    insert @ vue.runtime.esm.js?2b0e:3139
    invokeInsertHook @ vue.runtime.esm.js?2b0e:6340
    patch @ vue.runtime.esm.js?2b0e:6559
    Vue._update @ vue.runtime.esm.js?2b0e:3939
    updateComponent @ vue.runtime.esm.js?2b0e:4060
    get @ vue.runtime.esm.js?2b0e:4473
    Watcher @ vue.runtime.esm.js?2b0e:4462
    mountComponent @ vue.runtime.esm.js?2b0e:4067
    Vue.$mount @ vue.runtime.esm.js?2b0e:8409
    eval @ main.js?56d7:9
    ./src/main.js @ app.js:3364
    __webpack_require__ @ app.js:724
    fn @ app.js:101
    1 @ app.js:3378
    __webpack_require__ @ app.js:724
    (anonymous) @ app.js:791
    (anonymous) @ app.js:794
    vue.runtime.esm.js?2b0e:8423 Download the Vue Devtools extension for a better development experience:
    https://github.com/vuejs/vue-devtools

    in reply to: JxqTags make tab invisible JxqTags make tab invisible #122130

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Rest assured I will be watching like a hawk :).

    Best regards.

    in reply to: jqxgrid toolbar not showing jqxgrid toolbar not showing #122128

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Thanks for your quick reply, but in your example I don’t see the toolbar.

    Please can you review and provide update?

    Thanks in advance.

    in reply to: JxqTags make tab invisible JxqTags make tab invisible #122124

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Ok, thanks for your communication.

    How will I know when the method is available?

    Thanks again

    in reply to: JxqTags make tab invisible JxqTags make tab invisible #122105

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Yikes, yeah not recommended :(.

    If at all possible adding the ensureInvisible method really is the only way to go.

    Thank you.


    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Ok thanks.


    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Appreciated, thanks for whipping up that example. I learnt a couple of things there.

    Thanks.

    in reply to: JxqTags make tab invisible JxqTags make tab invisible #122098

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Well, I guess when you ask for a hack you really get one ;).

    Maybe I don’t fully understand but what then is the added value of the this.$refs.myTabs.ensureVisible method?

    Thanks.

    in reply to: JxqTags make tab invisible JxqTags make tab invisible #122090

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Meanwhile, if there is a hack I can try please let me know.

    Thank you.

    in reply to: JxqTags make tab invisible JxqTags make tab invisible #122081

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Is there is no way, can you please consider this a feature request?

    Thank you.

    in reply to: JqxForm and textarea JqxForm and textarea #122071

    jqwidgetsdev
    Participant

    Hi Svetoslav,

    Confirmed, thanks.

Viewing 15 posts - 46 through 60 (of 188 total)