File: legacy/php-build/include/sheet/getRemoteCell.js

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   legacy/php-build/include/sheet/getRemoteCell.js   Download  
File: legacy/php-build/include/sheet/getRemoteCell.js
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change:
Date: 3 months ago
Size: 282 bytes
 

Contents

Class file image Download
sheet.fx.getRemoteCell = function(sheet, address){ var identifier = $(sheet).attr('data-calx-identifier'); if(!identifier || typeof(calx.sheetRegistry[identifier]) == 'undefined'){ return false; } return calx.sheetRegistry[identifier].getCell(address); };