Name
sn_ex_sp.EmployeeCenterConstants
Description
Constants used across Employee Center application scripts.
Script
var EmployeeCenterConstants = Class.create();
EmployeeCenterConstants.prototype = {
initialize: function() {
},
type: 'EmployeeCenterConstants'
};
EmployeeCenterConstants.PLUGINS = {};
EmployeeCenterConstants.TABLE = {};
EmployeeCenterConstants.TABLE.FOOTER = {
NAME: 'sn_ex_sp_footer',
FIELDS: {
NAME: 'name',
PORTAL: 'portal',
LOGO: 'logo',
ORGANIZATION_CONTENT: 'organization_content',
COPYRIGHT: 'copyright'
}
};
EmployeeCenterConstants.TABLE.FOOTER_MENU = {
NAME: 'sn_ex_sp_footer_menu',
FIELDS: {
FOOTER: 'footer',
MENU: 'menu',
ORDER: 'order',
LINK_TYPE: 'link_type'
},
TYPES: {
NAVIGATION_LINKS: 'navigation_links',
BOTTOM_LINKS: 'bottom_links',
SOCIAL_ICONS: 'social_icons'
}
};
EmployeeCenterConstants.TABLE.SP_INSTANCE_MENU = {
NAME: 'sp_instance_menu',
FIELDS: {
TITLE: 'title'
}
};
Sys ID
fa53299573f03010c94f54eb7df6a7e6