Announcement

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

    titleHover of FormItem doesn't work

    Hello,

    I'm using SmartClient_v91p_2014-03-23_PowerEdition and when I try to use titleHover it doesn't work, valueHover doesn't work either only itemHover works but I need an hover on the title.

    Here is a reproduce scenario:

    Code:
    isc.VLayout.create({
            ID:"mainPageLayout",
            autoDraw:true,
            width:"100%",
            height:"100%",
            members:[
    
              isc.DynamicForm.create({
    
                titleSuffix:"",
                requiredTitleSuffix:" <span style=\"color: red;\">*</span>",
                requiredTitlePrefix:"",
                titleAlign:"left",
    
                fields:[
                  {
                    title:"Single Line of Text",
                    type:"text",
                    value:"Text Value",
                    name:"singleLineOfText",
                    titleHover:function (item, form) {
                            alert('Title Hover');
                            return true;
                    }
                  }
                ]
    
              })
    
            ]
    
          });
    BTW, if I add titleHover in your Featured Samples it also doesn't work. Thank you.
    Last edited by RotemMSP; 30 Mar 2014, 05:55.

    #2
    Reminder...

    Comment


      #3
      Reminding you again ..

      Comment


        #4
        Hi!
        We are working on this - sorry no one has updated the thread to let you know!
        Expect an update soon

        Regards
        Isomorphic Software

        Comment


          #5
          Ok - this should now be resolved. Please try the next nightly build, dated April 4 or above (9.1 or 10.0 branches)

          Regards
          Isomorphic Software

          Comment


            #6
            Will this be fixed for SmartGwt also?

            Comment


              #7
              It already is. The corresponding versions are 4.1 and 5.0.

              Comment


                #8
                Originally posted by Isomorphic View Post
                It already is. The corresponding versions are 4.1 and 5.0.
                Thank you for your fast response. So there will be no backport to 4.0p?

                Comment

                Working...
                X