CSelectionFilterContextMenuStyles.js 663 B

1234567891011121314151617181920
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: Viewer
  5. *| (C) Copyright IBM Corp. 2014
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *|
  10. *+------------------------------------------------------------------------+
  11. */
  12. function CSelectionFilterContextMenuStyles(selectionController){
  13. CSelectionDefaultStyles.call( this, selectionController );
  14. this.m_secondarySelectionIsDisabled = true;
  15. };
  16. CSelectionFilterContextMenuStyles.prototype = new CSelectionDefaultStyles( );