Widget Object as Property

  • yannick
        Has successfully completed the online course Advanced (300)
      5 years ago #16595

      Hi,

      I have a little problem. I can not figure out how filling the properties fields in the ui designer of some widgets.

      Example: Planning calender (openui5)

      According the ui5 api ref.
      I have to fill(aggregation) the planning calender with a row (PlanningCalenderRow)
      and the row requires an appiontment(CalendarAppointment) as IntervalHeader to define start an end of the row.

      But some of the given UI5 Widget like ui_unified_CalendarAppointment
      ui_unified_CalendarAppointment Propsrequires an object (JAVA Date Object) as Property (startDate/endDate).

      Does anyone know to i create a (java) date object in the uidesigner to fill this propertie?
      new Date(“2019-01-01”);
      doesn’t work!

      Mathieu Roll
          Has successfully completed the online course Introduction
          Has successfully completed the online course Intermediate (200)
          Has successfully completed the online course Advanced (300)
          Has successfully completed the online course Basics (100)
        5 years ago #17284
        Up
        0
        Down
        ::

        Hi,

        the Simplifier dosn’t support properties other than default.

        You have to remove the property from the widget and set it within the process designer with a script.

        Normally the standard widgets dosn’t have these properties perhaps you should update the standard content.

        You can find a transport here.

        Please find below a transport with a planning calendar example application where i’m setting the properties with formatters.

        https://files.simplifier.io/f/a35b80680dd94a5c8c95/?dl=1

         

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

      You must be logged in to reply to this topic.