Menu

Using Bind with the Relevant Attribute

Help
k w
2008-04-29
2013-04-15
  • k w

    k w - 2008-04-29

    Can someone post a trivial example outlining the use of bind with the relevant attribute to conditionally display different outputs.  I can't seem to get it to work and i've been trying to use examples but none seem to work in formfaces.

     
    • k w

      k w - 2008-04-30

      John has answered this in another post:

      http://sourceforge.net/forum/forum.php?thread_id=2023238&forum_id=458081

      You have to use the following css declaration to hide disabled controls:

      .xforms-disabled {
      display: none;
      }

      -Kev

       

Log in to post a comment.