No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. reks
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 24
    • Best 1
    • Groups 0

    Posts made by reks

    • trigger quasar tree expansion externally

      HI Team,
      I am trying to trigger quasar tree expansion from methods in JS.
      https://codepen.io/reks_yuv/pen/dyOoWmQ?editors=101.

      Expectation is,
      on calling “applyfunc”, i have to change tree’s data.
      Please help me to achieve this.

      will @update:expanded=“updateExpanded” help?

      posted in Help
      R
      reks
    • RE: Q-tree icon styling

      Thank You @Mickey58

      posted in Help
      R
      reks
    • Q-tree icon styling

      HI Team,
      Is there any way to add icon after the label name of nodes?
      https://codepen.io/reks_yuv/pen/zYKLBPw?editors=101
      I have highlighted the icons in above pen.

      Thanks in advance

      posted in Help
      R
      reks
    • RE: Quasar checkbox status

      @dobbel Thanks for sharing:)

      posted in Help
      R
      reks
    • RE: multi check box-If I check one checkbox, all are checked.

      @dmoylan thanks for your inputs 🙂

      posted in Help
      R
      reks
    • RE: multi check box-If I check one checkbox, all are checked.

      Please, Kindly let me know about the inbuilt feature for this.
      if there is no inbuilt function,
      I will start writing customized logics.

      posted in Help
      R
      reks
    • multi check box-If I check one checkbox, all are checked.

      Hi Team,
      Anybody can help me with this issue,
      issue:
      *If I check one checkbox, all are checked. How do I simple select a single item?
      I am constructing multiselect checkbox, But I am struct, Code is give in the below link
      https://codepen.io/reks_yuv/pen/NWRrPGm

      posted in Help
      R
      reks
    • Quasar checkbox status

      Hi Team,
      I want check the status of the checkbox,
      How can I do it, I used “if(event.target.checked == true)”,
      but didnt helped.

      posted in Help
      R
      reks
    • RE: In Q-date-how to set current date as mimimum

      Thanks a lot @Henrique .
      It helped me to achieve it.

      posted in Help
      R
      reks
    • RE: In Q-date-how to set current date as mimimum

      It can be a small fix,but I couldnt do it

      posted in Help
      R
      reks
    • RE: In Q-date-how to set current date as mimimum

      https://codepen.io/reks_yuv/pen/zYBMZZV?editable=true&editors=101%3Dhttps%3A%2F%2Fquasar.dev%2F

      i have tried ,but not finding solution

      posted in Help
      R
      reks
    • RE: In Q-date-how to set current date as mimimum

      119b541b-2905-4994-93dd-a2401fec83e0-image.png

      posted in Help
      R
      reks
    • In Q-date-how to set current date as mimimum

      I used “options” in q-date to set minimum date, but it is blocking the entire calendar,
      How to set today’s date as minimum in q-date?

      posted in Help
      R
      reks
    • RE: Quasar select options css

      yes, after disabling all the css, able to see the options in the dropdown,
      Thanks @Hawkeye64 and @dobbel .

      posted in Help
      R
      reks
    • Quasar select options css

      HII,
      this is the screeshot of my q-select,
      I have stored two values in options, still i am not able to see it,2eb78f93-18b7-43f8-bade-40e112b8d7f1-image.png
      Once I select any of those options, i can see only selected value from the list,
      am not able to see the respective css, I tried all the possible css and code changes,
      Please help me with this
      43ac96dd-4c99-4d67-9732-e4a77ce77275-image.png

      posted in Help
      R
      reks
    • RE: quasar dialog box is not working in IE

      @dobbel Only dialog is not working in IE… and I will post code shortly
      @Hawkeye64 yes IE specified in browserslist.

      posted in Help
      R
      reks
    • RE: quasar dialog box is not working in IE

      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      /* IE10+ CSS styles go here */
      }
      In IE specific css–
      do we need to modify any default css classes for quasar dialog, to make it work fine in IE?

      posted in Help
      R
      reks
    • quasar dialog box is not working in IE

      HI Team,
      I have used quasar dialog box successfully in chrome,
      But when I try to see output in IE it is inivisble…

      Please help me with this.

      posted in Help
      R
      reks
    • RE: How can I put the "Drawer" between the header and the footer (toolbars), opening and closing between them?

      Hi Team,
      I want my drawer between header and footer,
      whenever i use drawer ,it pushes my header aside,
      Please guide me on this

      posted in Help
      R
      reks