You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by Judah Frangipane <fl...@gmail.com> on 2014/06/24 16:39:32 UTC

[Harbs/TLF-Table-Work] 0812a5: Fixed bug where selectRows was not working in Sele...

  Branch: refs/heads/master
  Home:   https://github.com/Harbs/TLF-Table-Work
  Commit: 0812a5cba9b42d80c2f9fff63a3fd50ab41d8d5a
      https://github.com/Harbs/TLF-Table-Work/commit/0812a5cba9b42d80c2f9fff63a3fd50ab41d8d5a
  Author: Judah Frangipane <fl...@gmail.com>
  Date:   2014-06-24 (Tue, 24 Jun 2014)

  Changed paths:
    M flex-tlf/textLayout/src/flashx/textLayout/edit/SelectionManager.as
    M flex-tlf/textLayout/src/flashx/textLayout/elements/TableColElement.as
    M tests/TableTest/src/TableExplorer.mxml

  Log Message:
  -----------
  Fixed bug where selectRows was not working in SelectionManager
Added selectColumns functionality in SelectionManager
Added cells and numCells to TableColElement
Added selectColumns and selectRows examples to TableExplorer