IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  remove Time label from Date Input field

    Posted Thu August 19, 2010 10:31 AM

    Hi,

    how can I remove the “Time” label (leaving the time field) from a Date Input field?

    Thanks
    Bruno


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 2.  RE: remove Time label from Date Input field

    Posted Tue September 07, 2010 03:34 PM

    Hi, I’m also interested in this :smiley:
    How is it done? If you find let me know :stuck_out_tongue:


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 3.  RE: remove Time label from Date Input field

    Posted Wed September 08, 2010 10:15 AM

    hi
    the simplest way (i can think of) would be to add the following CSS property in a stylesheet in your view (or to the skin)

    .caf-timepicker-label {
    display:none;
    }

    hope this helps,
    Javier


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 4.  RE: remove Time label from Date Input field

    Posted Thu September 09, 2010 10:47 PM

    Hi,

    thanks Javier, that’s it.

    Bruno


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 5.  RE: remove Time label from Date Input field

    Posted Tue October 05, 2010 02:34 AM

    Set the Display Property “Show Time” of Date Input control to “false”?


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 6.  RE: remove Time label from Date Input field

    Posted Tue October 05, 2010 10:50 AM

    Hi,

    that will also remove the time field, not only the label.

    Bruno


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS