Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5138

Grid row setAlign not work after rendered

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 10.0.0
    • 6.5.8.1
    • None
    • None

      Steps to Reproduce

      <zk>
        <label>
         Click the button, should see text align at left.
        </label>
        <grid>
          <columns>
            <column label='column 1' />
            <column label='column 2' />
          </columns>
          <rows>
            <row align='center' id='row'>
              <label value='cell 2.1' />
              <label value='cell 2.2' />
            </row>
          </rows>
        </grid>
        <button label='set align left' onClick='row.setAlign("left")'/>
      </zk>
      

       

            katherinelin katherinelin
            katherinelin katherinelin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 4 hours
                4h
                Remaining:
                Remaining Estimate - 4 hours
                4h
                Logged:
                Time Spent - Not Specified
                Not Specified