jQuery UI Widgets Forums Editors DateTimeInput DateTimeInput – Text Alignment

This topic contains 4 replies, has 2 voices, and was last updated by  csoga 11 years, 10 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • DateTimeInput – Text Alignment #8200

    csoga
    Participant

    Hi,

    Can you please help me understand why I can’t get the text to align in the middle?

    I’ve tried everything to prevent the text from aligning in the bottom (see image) but not having any luck…

    The following is my code..

                    	
                    		
                    			Start Date* : 
                    			
    End Date* :
    Daily Start Time* :
    Daily End Time* :
    SMS/Email Message :  

    $(“#cmpStartDate”).jqxDateTimeInput({ width: ‘150px’, height: ’22px’, formatString: ‘dd-MMM-yyyy’, theme: theme });
    $(“#cmpEndDate”).jqxDateTimeInput({ width: ‘150px’, height: ’22px’, formatString: ‘dd-MMM-yyyy’, theme: theme });
    $(“#cmpDailyStartTime”).jqxDateTimeInput({ width: ’80px’, height: ’22px’, formatString: ‘HH:mm’, showCalendarButton: false, theme: theme });
    $(“#cmpDailyEndTime”).jqxDateTimeInput({ width: ’80px’, height: ’22px’, formatString: ‘HH:mm’, showCalendarButton: false, theme: theme });
    $(“#btnCancelCampaign”).jqxButton({ theme: buttontheme, width: ’80px’, height: ’25px’, disabled: false, roundedCorners: ‘jqx-rc-t’ });
    $(“#btnSaveCampaign”).jqxButton({ theme: buttontheme, width: ’80px’, height: ’25px’, disabled: false, roundedCorners: ‘jqx-rc-t’ });
    $(‘#CampaignWindow’).jqxWindow({ theme: ‘classic’, width: 630,
    height: 475, position: { x: 100, y: 100 }, resizable: false, isModal: true, autoOpen: true, cancelButton: $(“#btnCancelCampaign”)});

    $(‘#CampaignWindow’).jqxWindow(‘show’);

    Thanks for your help..

    DateTimeInput – Text Alignment #8206

    Dimitar
    Participant

    Hello csoga,

    Your image does not display. Can you please sent your image again, so that we may be able to help.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    DateTimeInput – Text Alignment #12453

    csoga
    Participant

    HI,

    Unfortunately the images I’m attaching here don’t persist after I save. Is there another way I can send the image?

    I noticed that this issue only occurs when I used the DateTimeInput in a jqxWindow widget (regardless of whether it’s displayed as modal or non-modal).

    Look forward to hearing back from you.

    Thanks,
    Cyril

    DateTimeInput – Text Alignment #12499

    Dimitar
    Participant

    Hi Cyril,

    Please e-mail your image and code sample to support@jqwidgets.com.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    DateTimeInput – Text Alignment #12537

    csoga
    Participant

    Thank you Dimitar. I have sent the screenshot and sample code.

    Cheers,
    Cyril

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

You must be logged in to reply to this topic.