Revision history [back]

click to hide/show revision 1
initial version

answered 2014-05-10 06:57:41 +0800

Ganeshkhakare gravatar image Ganeshkhakare

  1. If you will do like this then label value will not get updated at server.
  2. And if you don't want its value at sever then you can use plain html inside zul and do your javascript stuffs. For e.g.

    <html>

    <span id = "myId"></span>
    <script>
        document.getElementById("myId").innerHTML = "My Value"
    

    </script> ]]>

  1. If you will do like this then label value will not get updated at server.
  2. And if you don't want its value at sever then you can use plain html inside zul and do your javascript stuffs. For e.g.

    Ref:

    <html>

    <span id = "myId"></span>
    <script>
        document.getElementById("myId").innerHTML = "My Value"
    

    </script> ]]>

    http://books.zkoss.org/wiki/ZKComponentReference/Essential_Components/Html
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More