Announcement

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

    Can LinkItem have showPickerIconOnFocus?

    Hi,
    I am trying to get onFocus icon in LinkItem with no luck.
    I modified https://smartclient.com/smartclient/...owIconsOnFocus as an example:
    Code:
    {name:"linkItem", editorType:"LinkItem", canEdit:true,
                title:"Link Item",
                showPickerIconOnFocus:true},
    but no icon is shown while editing linkItem.
    Thanks,
    MichalG

    #2
    You need to set showPickerIcon: true on the LinkItem - and it will only work if the item has a value

    Comment


      #3
      Thanks for hint, but I modified linkItem as follows:
      Code:
      {name:"linkItem", editorType:"LinkItem", canEdit:true, showPickerIcon:true,
                  title:"Link Item", defaultValue:"http://www.onet.pl",
                  showPickerIconOnFocus:true},
      and still no icon on focus?
      MichalG

      Comment


        #4
        Yes, it will only work if the item has an actual value - like value: "something" - it's may be a framework bug, we've made a note to take a look and we'll update here when we have more information.

        Comment


          #5
          We've found and fixed the problem that was breaking showPickerIconOnFocus for LinkItems with no explicit value.
          Please try the next nightly build (dated Oct 26 or above)

          Regards
          Isomorphic Software

          Comment


            #6
            Verified as fixed in v13.0p_2022-10-26.
            Thank you,
            MichalG

            Comment

            Working...
            X