jQuery UI Widgets › Forums › Editors › DateTimeInput › DateTimeInput – Text Alignment
Tagged: alignment, date, datetimeinput, Input, jqxdatetimeinput, time
This topic contains 4 replies, has 2 voices, and was last updated by csoga 11 years, 10 months ago.
-
Author
-
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..
Hello csoga,
Your image does not display. Can you please sent your image again, so that we may be able to help.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/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,
CyrilHi Cyril,
Please e-mail your image and code sample to support@jqwidgets.com.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Thank you Dimitar. I have sent the screenshot and sample code.
Cheers,
Cyril -
AuthorPosts
You must be logged in to reply to this topic.