Custom Templates Edit Page date JSCalendar

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
sangnandar
User
Posts: 980

Custom Templates Edit Page date JSCalendar

Post by sangnandar »

My Setup
fieldA is date datatype, use JSCalendar (date/time picker) checked in Edit Tag.

Custom Templates -- Edit Page
Some Text {{{value fieldA}}}

I'm hoping that the result is in one line,
Somet Text [fieldA input box + JSCalendar picker]
Instead it give 2 lines,
Some Text
[fieldA input box + JSCalendar picker]

Please help.
Thanks.


Webmaster
User
Posts: 9425

Post by Webmaster »

Add more HTML markup and CSS classes in your Custom Template to layout or align the HTML elements, e.g. DIV, SPAN or TABLE. Also read:
http://getbootstrap.com/css/#helper-classes


sangnandar
User
Posts: 980

Post by sangnandar »

<span style="display:inline-block;vertical-align:middle;">{{{value fieldA}}}</span>


Post Reply