JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Scheduler I’m trying to understand more about: “Scheduler”. Any tips?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #112674
    alex.morris22
    Participant

    Can Smart Scheduler be used inside modals or dialogs in Vue?

    #112678
    admin
    Keymaster

    Hi,

    Yes, Smart Scheduler can be used inside modals or dialogs in Vue

    Example:

    <template>
      <div>
        <button @click="showModal = true">Open Scheduler</button>
    
        <smart-window v-if="showModal" label="Scheduler Modal">
          <smart-scheduler :dataSource="schedulerData"></smart-scheduler>
        </smart-window>
      </div>
    </template>

    Hope this helps.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.