openrat-cms

OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs | README

column.js (160B)


      1 // View loaded...
      2 Openrat.Workbench.afterViewLoadedHandler.add( function(element ) {
      3 
      4 
      5     // Clickable Columns.
      6     // done by orLinkify-Plugin in link.js
      7 
      8 });