Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-4191

Editor: Table properties, issue to retrieve colwidth and height

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.4.2, 3.5
    • None
    • Inline Editor
    • None

      Where is the variable 'table' defined ?

      org.ametys.cms.editor.tables._getColWantedWidthByIndex = function(index, grid)
      {
      	grid = grid || org.ametys.cms.editor.tables.getTableGrid(table);
      [...]
      }
      
      org.ametys.cms.editor.tables._getRowWantedHeightByIndex = function(index, grid)
      {
      	grid = grid || org.ametys.cms.editor.tables.getTableGrid(table);
      [...]
      }
      

          [CMS-4191] Editor: Table properties, issue to retrieve colwidth and height

          Olivier Gehin made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Raphaël Franchet made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 3.4.2 [ 11685 ]
          Fix Version/s New: 3.5 [ 11387 ]
          Laurence Aumeunier made changes -
          Assignee New: Raphaël Franchet [ raphael ]
          Laurence Aumeunier made changes -
          Description Original: Where is the variable 'table' defined ?

          org.ametys.cms.editor.tables._getColWantedWidthByIndex = function(index, grid)
          {
          grid = grid || org.ametys.cms.editor.tables.getTableGrid(table);
          [...]
          }

          org.ametys.cms.editor.tables._getRowWantedHeightByIndex = function(index, grid)
          {
          grid = grid || org.ametys.cms.editor.tables.getTableGrid(table);
          [...]
          }
          New: Where is the variable 'table' defined ?

          {code}
          org.ametys.cms.editor.tables._getColWantedWidthByIndex = function(index, grid)
          {
          grid = grid || org.ametys.cms.editor.tables.getTableGrid(table);
          [...]
          }

          org.ametys.cms.editor.tables._getRowWantedHeightByIndex = function(index, grid)
          {
          grid = grid || org.ametys.cms.editor.tables.getTableGrid(table);
          [...]
          }
          {code}
          Olivier Gehin created issue -

            raphael Raphaël Franchet
            ogehin Olivier Gehin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: