-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathElements.js
More file actions
209 lines (201 loc) · 9.53 KB
/
Elements.js
File metadata and controls
209 lines (201 loc) · 9.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
// elements
var Elements={};
Elements.DOM_ROOT = '#domRoot';
Elements.IFRAME_STUDIOPRO = '#iFrameStudioPro';
Elements.STUDIOPRO_INSERT = '#studioProInsert';
Elements.APP_ENTRY = '#appEntry';
Elements.APP_LOADING = '#appLoading';
Elements.WAITS_SCREEN_ENTRY_APP = '#waitScreenEntryApp';
Elements.APP_LOGIN = '#appLogin';
Elements.APP_LOGOUT = '#appLogout';
Elements.APP_SELECTOR = '#appSelector';
Elements.APP_REDIRECT = '#appRedirect';
Elements.LOADING_STUDIO = '#loadingStudio';
Elements.LOADING_STUDIO_TEXT = '#loadingStudioText';
Elements.LOGOUT = '#logout';
Elements.LOGOUT_HEADER = '#logoutHeader';
Elements.FORGET_PASS_BUTTON = '#forgetPassButton';
Elements.RESET_PASS_INPUT = '#resetPassInput';
Elements.SIGNAGE_PLAYER_VIEW = '#signagePlayerView';
Elements.CREATE_ACC_VIEW = '#createAccView';
Elements.DIRECT_DOWNLOAD_VIEW = '#directDownloadView';
Elements.RENAME_VIEW = '#renameView';
Elements.CHANGE_PASS_VIEW = '#changePassView';
Elements.CHANGE_PASS_USER = '#changePassUser';
Elements.CHANGE_PASS_PASSWORD = '#changePassPassword';
Elements.CHANGE_PASS_NEW_PASSWORD = '#changePassNewPassword';
Elements.CHANGE_PASS_VERYIFY_PASSWORD = '#changePassVerifyPassword';
Elements.CHANGE_PASS_BUTTON = '#changePassButton';
Elements.CHANGE_BUSINESS_VIEW = '#changeBusinessView';
Elements.FORGET_PASS_VIEW = '#forgetPassView';
Elements.STUDIO_SELECT_VIEW = '#studioSelectView';
Elements.STUDIO_LITE_VIEW = '#studioLiteView';
Elements.SAMPLE_LIST_LITE = '#sampleListLite';
Elements.SAMPLE_LIST_PRO = '#sampleListPro';
Elements.STUDIO_PRO_VIEW = '#studioProView';
Elements.ACCOUNT_VIEW = '#accountView';
Elements.ACCORDION_STUDIO = '#accordionStudio';
Elements.ACCORDION_PLAYER = '#accordionPlayer';
Elements.OPEN_STUDIO_PRO_WEB = '#openStudioProWeb';
Elements.WEB_DESK_SELECT_VIEW = '#webDeskSelectView';
Elements.STUDIO_PRO_WEB = '#studioProWeb';
Elements.WEB_DESK_SELECT_NO_FLASH_VIEW = '#webDeskSelectNoFlashView';
Elements.WEB_DESK_SELECT_NO_FLASH_WIN_VIEW = '#webDeskSelectNoFlashWinView';
Elements.VERIFY_EMAIL_VIEW = '#verifyEmailView';
Elements.CREATE_ACCOUNT_BUTTON = '#createAccountButton';
Elements.CREATE_ACCOUNT_INFO_BUTTON = '#createAccountInfoButton';
Elements.STUDIO_LITE_SELECTION = '#StudioLiteSelection';
Elements.STUDIO_PRO_SELECTED = '#StudioProSelected';
Elements.ENTERPRISE_LOGO = '#enterpriseLogo';
Elements.enterpriseName = '#enterpriseName';
Elements.DEFAULT_LOGO = '#defaultLogo';
Elements.DOWNLOAD_SIGNAGE_PLAYER = '#downloadSignagePlayer';
Elements.LOGIN_BUTTON = '#loginButton';
Elements.FORGOT_PASSWORD = '#forgotPassword';
Elements.CHANGE_PASSWORD = '#changePassword';
Elements.NEW_BUSINESS_EMAIL = '#newBusinessEmail';
Elements.NEW_BUSINESS_PASSWORD = '#newBusinessPassword';
Elements.NEW_BUSINESS_NAME = '#newBusinessName';
Elements.NEW_BUSINESS_BUTTON = '#newBusinessButton';
Elements.CHANGE_BUSINESS = '#changeBusiness';
Elements.FILE_MENU = '#fileMenu';
Elements.SAVE_CONFIG = '#saveConfig';
Elements.LIVE_CHAT = '#liveChat';
Elements.REMEMBER_ME = '#rememberMe';
Elements.NEW_ACC_BUSINESS_NAME = '#newAccBusinessName',
Elements.NEW_EMAIL_UPDATES = '#newEmailUpdates',
Elements.NEW_ACC_EMAIL = '#newAccEmail',
Elements.NEW_ACC_FULLNAME_NAME = '#newAccFullNameName',
Elements.NEW_ACC_PASSWORD = '#newAccPassword',
Elements.NEW_ACC_PASSWORDCONFIRM = '#newAccPasswordConfirm',
Elements.NEW_ACC_PHONE = '#newAccPhone',
Elements.APP_MAILWASP_CONTENT = '#appMailWaspContent';
Elements.APP_EVERNODES_CONTENT = '#appEverNodesContent';
Elements.APP_LOGO_TEXT = '#appLogoText';
Elements.APP_NAVIGATOR_WASP = '#appNavigatorWasp';
Elements.APP_NAVIGATOR_EVER = '#appNavigatorEver';
Elements.COMMON_FILE_MENU = '#commonFileMenu';
Elements.FILE_NAV_EVER = '#fileNavEver';
Elements.FILE_NAV_WASP = '#fileNavWasp';
Elements.POP_MODAL = '#popModal';
Elements.MAIN_PANEL_WRAP = '#mainPanelWrap';
Elements.FORM_CAMPAIGN_NAME = '#formCampaignName';
Elements.EMPTY_PROPERTIES = '#emptyProperties';
Elements.MAIL_WASP_APP_SELECTOR = '#mailWaspAppSelector';
Elements.EVERNODES_APP_SELECTOR = '#everNodesAppSelector';
Elements.PROP_PANEL_WRAP = '#propPanelWrap';
Elements.PROP_PANEL = '#propPanel';
Elements.POPUP_PROPERTIES = '#popupProperties';
Elements.RESOURCES_PANEL = '#resourcesPanel';
Elements.RESOURCES_PANEL_WASP = '#resourcesPanelWasp';
Elements.RESOURCES_LIST_VIEW = '#resourcesListView';
Elements.FILE_SELECTION = '#file';
Elements.FILE_REMOVE = '#fileRemove';
Elements.RESOURCE_LIB_LIST = '#resourceLibList';
Elements.ABOUT_US = '#aboutUS';
Elements.STACK_WAIT_MODAL_VIEW = '#stackWaitModalView';
Elements.CREATE_ACCOUNT_FORGOT_PASS_BUTTON = '#createAccountForgotPassButton';
Elements.BS_MODAL = '#bsModal';
Elements.TOGGLE_PANEL = '#togglePanel';
Elements.SHOW_BACKGROUND = '#showBackground';
Elements.USER_NAME = '#userName';
Elements.USER_PASS = '#userPass';
Elements.LOGGED_USER_NAME = '#loggedUserName';
Elements.STATIONS_PANEL = '#stationsPanel';
Elements.STATION_LIST_VIEW = '#stationListView';
Elements.STATION_POLL_SLIDER = '#stationPollSlider';
Elements.STATION_POLL_LABEL = '#stationPollLabel';
Elements.SETTINGS_PANEL = '#settingsPanel';
Elements.PRO_STUDIO_PANEL = '#proStudioPanel';
Elements.HELP_PANEL = '#helpPanel';
Elements.LOGOUT_PANEL = '#logoutPanel';
Elements.IMG_HORIZONTAL = '#imgHorizontal';
Elements.IMG_VERTICAL = '#imgVertical';
Elements.ORIENTATION_SELECTOR = '#orientationSelector';
Elements.ORIENTATION_SELECTOR_WASP = '#orientationSelectorWasp';
Elements.RESOLUTION_SELECTOR = '#resolutionSelector';
Elements.RESOLUTION_LIST = '#resolutionList';
Elements.SCREEN_LAYOUT_SELECTOR = '#screenLayoutSelector';
Elements.EDIT_SCREEN_LAYOUT = '#editScreenLayout';
Elements.SCREEN_LAYOUT_LIST = '#screenLayoutList';
Elements.NEXT = '#next';
Elements.PREVIOUS = '#prev';
Elements.BUISINESS_ID = '#buisinessID';
Elements.RESOURCE_LIB_LIST_WRAP = '#resourceLibListWrap';
Elements.NEW_CAMPAIGN = '#newCampaign';
Elements.NEW_CAMPAIGN_WASP = '#newCampaignWasp';
Elements.CAMPAIGN_SELECTOR_LIST = '#campaignSelectorList';
Elements.CAMPAIGN_SELECTOR_LIST_WASP = '#campaignSelectorListWasp';
Elements.CAMPAIGN = '#campaign';
Elements.CAMPAIGN_NAME_SELECTOR_VIEW = '#campaignNameSelectorView';
Elements.CAMPAIGN_NAME_SELECTOR_WASP_VIEW = '#campaignNameSelectorWaspView';
Elements.CAMPAIGN_SELECTOR_EVER = '#campaignSelector';
Elements.CAMPAIGN_SELECTOR_WASP = '#campaignSelectorWasp';
Elements.CAMPAIGN_MANAGER_EVER_VIEW = '#campaignManagerWasp';
Elements.CAMPAIGN_MANAGER_WASP_VIEW = '#campaignManagerViewWasp';
Elements.FOOTER = '#footer';
Elements.CAMPAIGN_SLIDER = '#campaignSlider';
Elements.CAMPAIGN_PROPERTIES = '#campaignProperties'; // properties
Elements.NEW_CAMPAIGN_NAME = '#newCampaignName';
Elements.SELECTED_TIMELINE = '#selectedTimeline';
Elements.DASHBOARD = '#dashboard';
Elements.PRICING_TABLE_WRAP = '#pricingTableWrap';
Elements.CONVERT_ACCOUNT = '#convertAccount'
Elements.SUBSCRIBE_ACCOUNT = '#subscribeAccount';
Elements.STATION_ALERT = '#stationAlert';
Elements.LANGUAGE_SELECTION_LOGIN = '#languageSelectionLogin';
Elements.LANGUAGE_PROMPT = '#languagePrompt';
Elements.TEMPLATE_LANGUAGE_SELECTOR = '#languageSelector';
// messages
Elements.MSG_BOOTBOX_SAVE_REMOTE_SRV = '#bootBoxSaveRemoteSrv';
Elements.MSG_BOOTBOX_SAVE_RESTART = '#bootBoxSaveAndRestart';
Elements.MSG_BOOTBOX_SAVE = '#bootBoxSave';
Elements.MSG_BOOTBOX_CANCEL = '#bootBoxCancel';
Elements.MSG_BOOTBOX_OK = '#bootBoxOk';
Elements.MSG_BOOTBOX_ENTER_USER_PASS = '#bootBoxEnterUserPass';
Elements.MSG_BOOTBOX_RESTART_STATIONS = '#bootBoxRestartStations';
Elements.MSG_BOOTBOX_STUDIO_LITE_ACC = '#bootBoxStudioLiteAcc';
Elements.MSG_BOOTBOX_LOGIN_FAILED = '#loginFailed';
Elements.MSG_BOOTBOX_COULD_NOT_AUTHENTICATE = '#bootBoxCanNotAuthenticate';
Elements.MSG_BOOTBOX_NO_PRO_ON_MOBILE = '#bootboxNoProbOnMobile'
Elements.MSG_BOOTBOX_ENTER_EMAIL = '#bootBoxEnterEmail';
Elements.MSG_BOOTBOX_OLD_BROWSER = '#bootBoxOldBrowser';
Elements.MSG_BOOTBOX_CHECK_EMAIL = '#bootBoxCheckEmail';
Elements.MSG_BOOTBOX_COMPLETED = '#bootBoxCompleted';
Elements.MSG_BOOTBOX_CANCEL_INVALID_EMAIL = '#bootBoxInvalidEmail';
Elements.MSG_BOOTBOX_PHONE_TOO_SHORT = '#bootBoxPhoneTooShort';
Elements.MSG_BOOTBOX_PASSWORD_TOO_SHORT = '#bootBoxPasswordTooShort';
Elements.MSG_BOOTBOX_NO_FULL_NAME_PROVIDED = '#bootBoxNoFullNameProvided';
Elements.MSG_BOOTBOX_BUSINESS_NAME_TOO_SHORT = '#bootBoxBusinessNameTooShort';
Elements.MSG_BOOTBOX_PASSWORD_NO_MATCH = '#bootBoxPasswordNoMatch'
Elements.MSG_BOOTBOX_ALPHANUMERIC = '#bootBoxAlphaNumeric'
Elements.MSG_BOOTBOX_ACCOUNT_EXISTS = '#msgBoxAccountExists';
Elements.MSG_BOOTBOX_LOAD_LITE = '#msgBoxLoadLite';
// templates
Elements.LANGUAGE_SELECTOR_TEMPLATE = '#languageSelector';
// classes
Elements.CLASS_FILTER_SAMPLE = '.filterSample';
Elements.CLASS_CAMPIGN_LIST_ITEM = '.selectCampaignListItem';
Elements.CLASS_OPEN_PROPS_BUTTON = '.openPropsButton';
Elements.CLASS_CAMPAIG_MANAGER_WASP = '.campaignManagerWasp';
Elements.CLASS_CAMPAIG_MANAGER_EVER = '.campaignManagerEver';
Elements.CLASS_SETTINGS_PANEL_EVER = '.settingsPanelEver';
Elements.CLASS_RESOURCES_PANEL_WASP = '.resourcesPanelWasp';
Elements.CLASS_RESOURCES_PANEL_EVER = '.resourcesPanelEver';
Elements.CLASSS_PRO_STUDIO_PANEL_EVER = '.proStudioPanelEver';
Elements.CLASS_STATIONS_PANEL_EVER = '.stationsPanelEver';
Elements.CLASS_HELP_PANEL_EVER = '.helpPanelEver';
Elements.CLASS_LOGOUT_PANEL = '.logoutPanel';
Elements.CLASS_NAV_ICONS = '.navicons';
Elements.CLASS_HELP_LINKS = '.helpLinks';
Elements.CLASS_APP_HEIGHT = '.appHeight';
Elements.CLASS_SAMPLE_PREVIEW = '.samplePreview';
Elements.CLASS_SAMPLE_ITEM = '.sampleItem';
Elements.CLASS_PROD_SELECT_ACC = '.prodSelectAcc';
// /**
// List of all Elements / Classes of elements used in the DOM
// @class Elements
// @constructor
// **/
// function Elements() {
// };