@jqwidgetsdev

@jqwidgetsdev

Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Child smart-accordion-item #104204
    jqwidgetsdev
    Participant

    Ok, that will work and give me the necessary control.

    in reply to: tab group and mouseenter selection mode #104200
    jqwidgetsdev
    Participant

    Please add as feature request, meanwhile can you propose a workaround?

    Thanks.

    in reply to: Smart.form approach? #104192
    jqwidgetsdev
    Participant

    Ok clear. I have ~100 template forms created in jqwidgets that are in need of being migrateed to Smart Form.
    What are the exact differences between jqwidgets form and Smart Form?
    What is the suggested approach for migrating to Smart Form?

    Thanks in advance.

    in reply to: splitter not aligned to top #104191
    jqwidgetsdev
    Participant

    Can you please share an example with a window and a splitter?

    Thank you.

    in reply to: splitter not aligned to top #104185
    jqwidgetsdev
    Participant

    Hi,

    Here goes.

    DOM
    .smart-window .smart-content-container
    height: 100% <===== is the culprit

    When I disable height the splitter appears as normal.

    Here is my template

    <template>
      <div class="vue-root">
        <smart-window ref="window" opened maximized label="">
          <Menu />
          <smart-splitter>
            <smart-splitter-item collapsible size="300">
              <NavigationBar />
            </smart-splitter-item>
            <smart-splitter-item collapsible>
              <TabsMain />
            </smart-splitter-item>
          </smart-splitter>
        </smart-window>
      </div>
    </template>

    CSS

    <style scoped>
    .smart-splitter {
      width: 100%;
      height: 100%;
    }
    
    @media screen and (max-width: 700px) {
      .smart-window {
        width: 90% !important;
        left: 5% !important;
        top: 5px !important;
      }
    }
    </style>
    in reply to: smart-accordion selection-mode=’mouseenter’ #104184
    jqwidgetsdev
    Participant

    Thanks Svetoslav – resolved.

    in reply to: upgrade to jqwidgets project to Vue3 #104169
    jqwidgetsdev
    Participant

    Sure, my first impression is Smart UI is great :).

Viewing 7 posts - 16 through 22 (of 22 total)