// GENERAL this.jsLib = "jquery"; this.jsLibLoaded = true; this.suppressWhitespace = true; this.generalWrapperClass = "well"; // headings this.headline = "h1"; this.subHead1 = "h2"; this.subHead2 = "h3"; this.subHead3 = "h4"; this.subHead4 = "h5"; // preloader markup for async objects this.preloaderMarkup=''; // nav and list item vars this.navWrapperClass = this.generalWrapperClass; this.liHasKidsClass = ""; this.liHasKidsCustomString = ""; this.liCurrentClass = "active"; this.liCurrentCustomString = ""; this.aHasKidsClass = ""; this.aHasKidsCustomString = ""; this.aCurrentClass = "active"; this.aCurrentCustomString = ""; this.ulTopClass = "nav nav-list"; this.ulNestedClass = "nav nav-list"; this.ulNestedCustomString = ""; this.liNestedClass = ""; //With asyncObjects set to true some display objects are loaded via ajax //this.asyncObjects = true; // pagination vars this.ulPaginationClass = "pagination"; this.ulPaginationWrapperClass = ""; // form vars this.formWrapperClass = "well"; this.formFieldWrapperClass = "form-group"; this.formFieldLabelClass = "control-label"; this.formInputWrapperClass = "input-group"; this.formInputClass ="form-control"; this.formCheckboxClass = ""; this.formButtonWrapperClass = "btn-group"; this.formButtonInnerClass="input-group-btn"; this.formButtonClass = "btn btn-default"; this.formRequiredWrapperClass=""; // images this.imageClass="img-thumbnail"; // tables this.tableClass = "table table-bordered table-striped"; this.tableHeadClass = ""; this.tableHeaderClass = ""; this.tableBodyClass = ""; this.tableRowClass = ""; this.tableCellClass = ""; this.tableFooterClass = ""; // alerts this.alertSuccessClass = "alert alert-success"; this.alertInfoClass = "alert alert-info"; this.alertWarningClass = "alert alert-warning"; this.alertDangerClass = "alert alert-danger"; // SPECIFIC (Display Objects) // Use these variables to pass-in specific classes without having to create custom versions of the include // calendar/dsp_showMonth.cfm this.calendarWrapperClass=""; this.calendarTableClass=this.tableClass; //this.calendarTableHeaderClass=""; // calendar/dspList.cfm this.calendarListWrapperClass=""; // comments/index.cfm this.commentsWrapperClass=""; this.commentSortContainerClass="row"; this.commentSortWrapperClass="col-xs-5"; this.commentSortSelectClass=this.formInputClass; this.commentFormWrapperClass=this.generalWrapperClass; this.commentFormClass=""; this.commentNewClass=this.formButtonClass; this.commentFieldWrapperClass=this.formFieldWrapperClass; this.commentFieldLabelClass=this.formFieldLabelClass; this.commentInputWrapperClass=""; this.commentInputClass=this.formInputClass; this.commentCheckboxClass=""; this.commentPrefsInputWrapperClass=""; this.commentSubmitButtonWrapperClass=""; this.commentSubmitButtonClass=this.formButtonClass; this.commentMoreCommentsUpClass="btn btn-default icon-arrow-up"; this.commentMoreCommentsDownClass="btn btn-default icon-arrow-down"; this.commentMoreCommentsContainer=""; this.commentRequiredWrapperClass=""; this.commentThumbClass="img-thumbnail"; this.commentSpamClass=""; this.commentSpamLinkClass=""; this.commentClass=""; this.commentDateTimeClass=""; this.commentReplyClass=""; this.commentAwaitingApproval=""; this.commentAdminButtonWrapperClass="btn-group pull-right"; this.commentUserEmailClass="btn btn-default btn-sm"; this.commentDeleteButtonClass="btn btn-default btn-sm"; this.commentEditButtonClass="btn btn-default btn-sm"; this.commentApproveButtonClass="btn btn-default btn-sm"; // comments/dsp_comment.cfm this.emailLinkClass=this.formButtonClass; this.commentsLinkClass=this.formButtonClass; this.approveCommentLinkClass=this.formButtonClass; this.deleteCommentLinkClass=this.formButtonClass; // dataresponses/dsp_detail.cfm this.dataResponseListClass="dl-horizontal"; // dataresponses/dsp_list.cfm this.dataResponseTableClass="table table-hover"; this.dataResponsePaginationClass=this.ulPaginationClass; // draggablefeeds/index.cfm this.draggableBoxWrapperClass="row"; this.draggableBoxHeaderClass="col-lg-12"; this.draggableBoxRSSWrapperClass=""; this.draggableBoxHeaderButtonClass=this.formButtonClass; //this.draggableBoxRSSeditFormClass=""; this.draggableBoxAddFeedWrapperClass="well clearfix"; this.draggableBoxNewFeedFormClass="form-horizontal"; this.draggableBoxSelectFeedWrapperClass="col-lg-6"; this.draggableBoxSelectFeedRowClass="row"; this.draggableBoxSelectFeedMenuClass=this.formFieldWrapperClass; this.draggableBoxSelectFeedMenuDivClass="col-lg-10"; this.draggableFeedMenuSelectFieldClass=this.formInputClass; this.addFeedButtonWrapperDivClass=this.formFieldWrapperClass; this.addFeedButtonWrapperDivInnerClass="col-lg-2"; this.addFeedButtonClass=this.formButtonClass; // dsp_categories_nest.cfm this.categoriesNestCheckboxClass="checkbox"; // dsp_content_list.cfm this.contentListImageStyles=true; this.contentListImagePadding=20; //must be pixels this.contentListPropertyMap={ containerEl={tag="div"}, itemEl={tag="dl"}, labelEl={tag="span"}, title={tag="dt"}, date={tag="dt"}, credits={tag="dd",showLabel=true,rbkey="list.by"}, tags={tag="dd",showLabel=true,labelDelim=":",rbkey="tagcloud.tags"}, rating={tag="dd",showLabel=true,labelDelim=":",rbkey="list.rating"}, "default"={tag="dd"} }; this.contentListWrapperDivClass=""; this.contentListItemImageLinkClass=""; // dsp_folder.cfm this.folderWrapperClass=""; // dsp_edit_profile.cfm this.editProfileWrapperClass=""; this.editProfileFormClass="form-horizontal"; this.editProfileFormGroupWrapperClass=this.formFieldWrapperClass; this.editProfileFieldLabelClass="control-label col-lg-3"; this.editProfileFormFieldsWrapperClass="col-lg-9"; this.editProfileFormFieldsClass=this.formInputClass; this.editProfileExtAttributeDownloadClass="col-lg-3"; this.editProfileHelpBlockClass="help-block"; this.editProfileExtAttributeFileWrapperClass="col-lg-offset-3 col-lg-6"; this.editProfileExtAttributeDownloadClass="col-lg-3"; this.editProfileExtAttributeDownloadButtonClass=this.formButtonClass; this.editProfileSubmitButtonWrapperClass="col-lg-offset-3 col-lg-9"; this.editProfileSubmitButtonClass="btn btn-primary"; this.editProfileSuccessMessageClass=this.alertSuccessClass; // dsp_email_dropdown.cfm this.emailDropdownSelectClass="dropdown"; // dsp_event_reminder_form.cfm this.eventReminderFormWrapperClass=""; this.eventReminderFormClass=this.generalWrapperClass; this.eventReminderFieldWrapperClass=""; this.eventReminderFormLabelsClass=this.formFieldLabelClass; this.eventReminderSubmitClass=this.formButtonClass; // dsp_features.cfm this.featuresWrapperClass="clearfix"; // dsp_feed.cfm this.localIndexWrapperClass="clearfix"; this.remoteFeedWrapperClass="clearfix"; // dsp_login.cfm this.loginWrapperClass=""; this.loginWrapperInnerClass="row"; this.loginFormClass="form-horizontal form-signin"; this.forgotPasswordFormClass="form-horizontal form-sendlogin"; this.loginFormGroupWrapperClass=this.formFieldWrapperClass; this.loginFormFieldLabelClass="control-label col-lg-3"; this.loginFormFieldWrapperClass="col-lg-9"; this.loginFormFieldClass=this.formInputClass; this.loginFormPrefsClass="col-lg-offset-3 col-lg-10"; this.loginFormCheckboxClass="checkbox"; this.loginFormSubmitWrapperClass="col-lg-offset-3 col-lg-10"; this.loginFormSubmitClass=this.formButtonClass; this.notRegisteredLinkClass="btn btn-primary"; // dsp_mailing_list_master.cfm this.mailingListWrapperClass=this.generalWrapperClass; this.mailingListFormClass="form-horizontal"; this.mailingListFormGroupWrapperClass=this.formFieldWrapperClass; this.mailingListFormLabelClass="control-label col-lg-2"; this.mailingListFormFieldWrapperClass="col-lg-10"; this.mailingListFormInputClass=this.formInputClass; this.mailingListCheckboxWrapperClass="col-lg-offset-2 col-lg-10"; this.mailingListCheckboxClass="checkbox"; this.mailingListSubmitWrapperClass="col-lg-offset-2 col-lg-10"; this.mailingListSubmitClass=this.formButtonClass; // dsp_nextN.cfm this.nextNWrapperClass=""; this.nextNInnerClass="row"; // dsp_search_form.cfm this.searchFormClass="navbar-form"; this.searchFormInputWrapperClass=this.formInputWrapperClass; this.searchFormInputClass=this.formInputClass; this.searchFormSubmitWrapperClass=this.formButtonInnerClass; this.searchFormSubmitClass="btn btn-default fa fa-search"; // dsp_search_results.cfm this.searchShowNumbers=1; this.searchResultWrapperClass=""; this.searchResultInnerClass=""; this.searchResultsRowClass=""; this.searchResultsMoreResultsRowClass=""; this.searchResultsListClass=""; this.searchResultsPagerClass="pager"; this.searchAgainRowClass=""; this.searchAgainInnerClass="col-md-8"; this.searchAgainFormClass="navbar-form"; this.searchAgainInputWrapperClass=this.formInputWrapperClass; this.searchAgainFormInputClass=this.formInputClass; this.searchAgainButtonWrapperClass=this.formButtonInnerClass; this.searchAgainSubmitClass=this.formButtonClass; // dsp_user_tools.cfm this.userToolsLoginWrapperClass="well clearfix"; this.userToolsLoginFormClass="form-horizontal"; this.userToolsFormGroupWrapperClass=this.formFieldWrapperClass; this.userToolsLoginFormLabelClass="control-label col-lg-2"; this.userToolsLoginFormInputWrapperClass="col-lg-10"; this.userToolsLoginFormInputClass=this.formInputClass; this.userToolsLoginFormFieldInnerClass="col-lg-offset-2 col-lg-10"; this.userToolsLoginFormCheckboxClass="checkbox"; this.userToolsLoginFormSubmitClass=this.formButtonClass; this.userToolsNotRegisteredLinkClass="btn btn-primary"; this.userToolsWrapperClass="clearfix"; this.userToolsEditProfileLinkClass="btn btn-default fa fa-user"; this.userToolsLogoutLinkClass="btn btn-default fa fa-sign-out"; // formbuilder/dsp_form.cfm this.formBuilderFieldWrapperClass=this.formFieldWrapperClass; this.formBuilderButtonWrapperClass=""; this.formBuilderSubmitClass=this.formButtonClass; // formbuilder/fields/dsp_checkbox.cfm // formbuilder/fields/dsp_dropdown.cfm // formbuilder/fields/dsp_file.cfm // formbuilder/fields/dsp_radio.cfm // formbuilder/fields/dsp_textfield.cfm this.formBuilderFormFieldsClass=this.formInputClass; // formbuilder/fields/field_dropdown.cfm this.formBuilderTabHeaderClass="dropdown"; this.formBuilderDisabledInputClass="disabled"; this.formBuilderCheckboxClass="checkbox"; // gallery/index.cfm this.galleryWrapperClass=""; this.galleryULClass="clearfix"; this.galleryThumbnailClass="thumbnail"; // nav/calendarNav/index.cfm this.navCalendarWrapperClass=""; // nav/calendarNav/navTools.cfc this.navCalendarTableClass="table table-bordered"; // nav/dsp_sequential.cfm this.navSequentialWrapperClass=""; this.navSequentialULClass="pagination"; // nav/dsp_tag_cloud.cfm this.tagCloudWrapperClass=""; // navArchive //this.navArchiveWrapperClass=""; //this.navArchiveListClass=""; // navBreadcrumb this.navBreadcrumbULClass="breadcrumb"; // rater/index.cfm this.raterObjectWrapperClass="row clearfix"; this.raterWrapperClass="col-lg-12"; this.avgRatingWrapperClass="col-lg-12"; // Generic form vars this.formWrapperClass = "";