Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Reify: missing Label.dynamicContents attribute

    Hello, while playing with Reify, I noticed that Label.dynamicContents is not available. would it be possible to add it?

    If available, would it be possible to use dataContext data in Label.contents ? If yes, the syntax would be ${dataContext.dataSourceName.fieldName} ?
    Last edited by claudiobosticco; 16 Oct 2023, 05:05.

    #2
    I also noticed that FormItem.showValueIconOnly is missing.

    Comment


      #3
      Also FormItem.escapeHTML is missing.

      Comment


        #4
        As far as Label.dynamicContents, we have something better: click the lightning icon next to label.contents and you'll see an editor for a DynamicProperty:

        https://smartclient.com/smartclient-...amicProperties

        So that can be a value from ruleContext / dataContext, or a formula, format or conditional on such values.

        You can use this all over the place (wherever you see the lightning icon), it's very powerful.

        We'll check on the other two properties you mentioned.

        Comment

        Working...
        X