示例#1
0
 function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->_aObjects = array('grid_forms' => $this->_sName . '_forms', 'grid_forms_displays' => $this->_sName . '_forms_displays', 'grid_forms_fields' => $this->_sName . '_forms_fields', 'grid_forms_pre_lists' => $this->_sName . '_forms_pre_lists', 'grid_forms_pre_values' => $this->_sName . '_forms_pre_values', 'form_forms_form' => $this->_sName . '_forms_form', 'form_display_forms_form_add' => $this->_sName . '_forms_form_add', 'form_display_forms_form_edit' => $this->_sName . '_forms_form_edit', 'form_forms_display' => $this->_sName . '_forms_display', 'form_display_forms_display_add' => $this->_sName . '_forms_display_add', 'form_display_forms_display_edit' => $this->_sName . '_forms_display_edit', 'form_forms_prelist' => $this->_sName . '_forms_prelist', 'form_display_forms_prelist_add' => $this->_sName . '_forms_prelist_add', 'form_display_forms_prelist_edit' => $this->_sName . '_forms_prelist_edit', 'form_forms_prevalue' => $this->_sName . '_forms_prevalue', 'form_display_forms_prevalue_add' => $this->_sName . '_forms_prevalue_add', 'form_display_forms_prevalue_edit' => $this->_sName . '_forms_prevalue_edit', 'grid_nav_menus' => $this->_sName . '_nav_menus', 'grid_nav_sets' => $this->_sName . '_nav_sets', 'grid_nav_items' => $this->_sName . '_nav_items', 'form_nav_menu' => $this->_sName . '_nav_menu', 'form_display_nav_menu_add' => $this->_sName . '_nav_menu_add', 'form_display_nav_menu_edit' => $this->_sName . '_nav_menu_edit', 'form_nav_set' => $this->_sName . '_nav_set', 'form_display_nav_set_add' => $this->_sName . '_nav_set_add', 'form_display_nav_set_edit' => $this->_sName . '_nav_set_edit', 'form_nav_item' => $this->_sName . '_nav_item', 'form_display_nav_item_add' => $this->_sName . '_nav_item_add', 'form_display_nav_item_edit' => $this->_sName . '_nav_item_edit', 'form_bp_page' => $this->_sName . '_bp_page', 'form_display_bp_page_add' => $this->_sName . '_bp_page_add', 'form_bp_block' => $this->_sName . '_bp_block', 'form_display_bp_block_edit' => $this->_sName . '_bp_block_edit', 'grid_pgt_manage' => $this->_sName . '_pgt_manage');
     $this->aJsClasses = array('polyglot' => 'BxDevPolyglot');
     $this->aJsObjects = array('polyglot' => 'oBxDevPolyglot');
     $this->sAnimationEffect = 'fade';
     $this->iAnimationSpeed = 'slow';
 }
示例#2
0
 /**
  * Constructor
  */
 public function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->CNF = array('URL_MANAGE_COMMON' => 'page.php?i=accounts-manage', 'URL_MANAGE_MODERATION' => 'page.php?i=accounts-moderation', 'URL_MANAGE_ADMINISTRATION' => 'page.php?i=accounts-administration', 'OBJECT_MENU_MANAGE_TOOLS' => 'bx_accounts_menu_manage_tools', 'OBJECT_GRID_ADMINISTRATION' => 'bx_accounts_administration', 'OBJECT_GRID_MODERATION' => 'bx_accounts_moderation', 'T' => array('grid_action_err_delete' => '_bx_accnt_grid_action_err_delete', 'grid_action_err_perform' => '_bx_accnt_grid_action_err_perform', 'filter_item_active' => '_bx_accnt_grid_filter_item_title_adm_active', 'filter_item_pending' => '_bx_accnt_grid_filter_item_title_adm_pending', 'filter_item_suspended' => '_bx_accnt_grid_filter_item_title_adm_suspended', 'filter_item_select_one_filter1' => '_bx_accnt_grid_filter_item_title_adm_select_one_filter1'));
     $this->_aObjects = array('alert' => $this->_sName);
     $this->_aJsClass = array('manage_tools' => 'BxAccntManageTools');
     $this->_aJsObjects = array('manage_tools' => 'oBxAccntManageTools');
     $this->_aGridObjects = array('moderation' => $this->CNF['OBJECT_GRID_MODERATION'], 'administration' => $this->CNF['OBJECT_GRID_ADMINISTRATION']);
     $sHtmlPrefix = str_replace('_', '-', $this->_sName);
     $this->_aHtmlIds = array('profile' => $sHtmlPrefix . '-profile-', 'profile_more_popup' => $sHtmlPrefix . '-profile-more-popup-');
 }
示例#3
0
 /**
  * Constructor
  */
 public function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->CNF = array('URL_INVITE' => 'page.php?i=invites-invite', 'URL_REQUEST' => 'page.php?i=invites-request');
     $this->_aObjects = array('alert' => $this->_sName, 'grid_requests' => $this->_sName . '_requests', 'form_invite' => $this->_sName . '_invite', 'form_request' => $this->_sName . '_request', 'form_display_invite_send' => $this->_sName . '_invite_send', 'form_display_request_send' => $this->_sName . '_request_send');
     $this->_aPrefixes = array('style' => 'bx-inv', 'option' => 'bx_invites_');
     $this->_iCountPerUser = 0;
     $this->_sKeyCode = 'icode';
     $this->_iKeyLifetime = 86400;
     $this->_bRequestInvite = false;
     $this->_sRequestsEmail = '';
 }
 function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->_aPrefixes = array();
     $this->_aObjects = array('alert' => $this->_sName, 'conn_subscriptions' => 'sys_profiles_subscriptions');
     $this->_aHandlerDescriptor = array();
     $this->_sHandlersMethod = '';
     $this->_aHandlersHidden = array();
     $this->_aHandlers = array();
     $this->_aJsClass = array();
     $this->_aJsObjects = array();
     $this->_aPerPage = array();
     $this->_aHtmlIds = array();
     $this->_sAnimationEffect = 'fade';
     $this->_iAnimationSpeed = 'slow';
     $this->_iPrivacyViewDefault = BX_DOL_PG_ALL;
 }
示例#5
0
 /**
  * Constructor
  */
 public function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->CNF = array('URL_INVITE' => 'page.php?i=invites-invite', 'URL_REQUEST' => 'page.php?i=invites-request');
     $this->_aObjects = array('alert' => $this->_sName, 'grid_requests' => $this->_sName . '_requests', 'form_invite' => $this->_sName . '_invite', 'form_request' => $this->_sName . '_request', 'form_display_invite_send' => $this->_sName . '_invite_send', 'form_display_request_send' => $this->_sName . '_request_send');
     $this->_aPrefixes = array('style' => 'bx-inv', 'option' => 'bx_invites_');
     $this->_iCountPerUser = 0;
     $this->_sKeyCode = 'icode';
     $this->_iKeyLifetime = 86400;
     $this->_bRequestInvite = true;
     $this->_sRequestsEmail = '';
     $this->_bRegistrationByInvitation = true;
     $this->_aJsClass = array('main' => 'BxInvMain');
     $this->_aJsObjects = array('main' => 'oInvMain');
     $sHtmlPrefix = str_replace('_', '-', $this->_sName);
     $this->_aHtmlIds = array('link_popup' => $sHtmlPrefix . '-link-popup', 'link_input' => $sHtmlPrefix . '-link-input');
 }
 function __construct($aModule)
 {
     parent::__construct($aModule);
 }
示例#7
0
 /**
  * Constructor
  */
 public function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->_aObjects = array('alert' => $this->_sName, 'form_contact' => $this->_sName . '_contact', 'form_display_contact_send' => $this->_sName . '_contact_send');
     $this->_sEmail = '';
 }
 function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->sDefaultRedirectUrl = BX_DOL_URL_ROOT . BxDolPermalinks::getInstance()->permalink('page.php?i=dashboard');
 }