jQuery UI Widgets Forums Angular scheduler height 100% didn't work

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 7 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • scheduler height 100% didn't work #94415

    emad.elsherbiny
    Participant

    i made the following
    the width run ok but when i add [height]=”‘100%'” the scheduelr didn’t appear

    
    <jqxScheduler #schedulerReference
                [date]='date'
                             
                
                 [editDialog]='false'
                 [height]="'100%'"
                  [width]="'100%'"
                  
                  [source]='dataAdapter' 
                  [showLegend]='false' [view]='"dayView"'
                [appointmentDataFields]='appointmentDataFields'
                 [resources]='resources' 
                 [views]='views' 
                 [dayNameFormat]='"abbr"'>
            </jqxScheduler>
    
    scheduler height 100% didn't work #94417

    Peter Stoev
    Keymaster

    Hi emad.elsherbiny,

    Ok, where do you put an Angular Scheduler on your web page? Is the container HTML Element has its own height set? Otherwise, it’s “auto” and the behavior you describe is expected as 100% of 0 is 0.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.