Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #102002
    davout
    Member

    Can somebody explain the difference between ‘SchedulerDatasource’ and ‘SchedulerEvent’?
    When I pass an array of objects to a smart scheduler component as the list of events to be displayed in a month view,  what type of array should I be using?

    #102003
    admin
    Keymaster

    Hi davout,
    You can see this example: https://www.htmlelements.com/angular/demos/scheduler/view-basic/. We suggest you to use the component as demonstrated in the examples & docs.
    How to use the Scheduler component and populate it with Events is demonstrated in the demos section: https://www.htmlelements.com/angular/demos/scheduler/overview/. We suggest you to refer to it. The help tutorials for Scheduler are here: https://www.htmlelements.com/docs/scheduler/.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    #102006
    davout
    Member

    I have reviewed these examples and they are confusing.    In your API docs I would suggest that you add a brief description as to the purpose of each interface and class
    Hence, in the example…
    https://www.htmlelements.com/angular/demos/scheduler/view-basic/
    There is a code line…

    <pre class=”prettyprint prettyprinted”><span class=”pln”>dataSource</span><span class=”pun”>:</span> <span class=”typ”>SchedulerDataSource</span><span class=”pun”>[]</span> <span class=”pun”>=</span> <span class=”pun”>(()</span> <span class=”pun”>=></span> <span class=”pun”>{</span>
     

    … but all the array entries are defined as objects…
     
     
     
     

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