Name

global.cxs_Base

Description

Base object to extend for Contextual Search objects.

Script

var cxs_Base = Class.create();
cxs_Base.prototype = {
  initialize: function(_gr, _gs) {
  	this._gr = _gr ? _gr : current;
  	this._gs = _gs ? _gs : gs;
  	this._log = new GSLog("com.snc.contextual_search.log", this.type).setLog4J();
  },

  type: 'cxs_Base'
};

Sys ID

330068a6d773220034d145bcce6103c4

Offical Documentation

Official Docs: