/** * tooltip.js - keeper of the grounds * Basic bits to verify user login and present * appropriate UI when necessary. */ var avlbl_for_upgrade = ''; $(function() { $('.formBuilder .inputText').qtip({ content: lbl_inputText_tip, show: 'mouseover', hide: { when: 'mouseout', fixed: true }, position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputNumeric').qtip({ content: lbl_inputNumeric_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputTrends').qtip({ content: lbl_inputTrends_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputDate').qtip({ //content: 'Use for answers that are dates (a date picker will be displayed).', content: lbl_inputDate_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputLocation').qtip({ content: lbl_inputLocation_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputImage').qtip({ content: lbl_inputImage_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputAudio').qtip({ content: lbl_inputAudio_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputVideo').qtip({ content: lbl_inputVideo_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputMedia').qtip({ content: lbl_inputMedia_tip , show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputSketch').qtip({ content: lbl_inputSketch_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputSignature').qtip({ content: lbl_inputSignature_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputDraw').qtip({ content: lbl_inputDraw_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputBarcode').qtip({ content: lbl_inputBarcode_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputNFC').qtip({ content: lbl_inputNFC_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputForward').qtip({ content: lbl_inputForward_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputSecureForward').qtip({ content: lbl_inputSecureForward_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputPageBreak').qtip({ content: lbl_inputPageBreak_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputLabel').qtip({ content: lbl_inputLabel_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputScoreSummary').qtip({ content: lbl_inputScoreSummary_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputNumbering').qtip({ content: lbl_inputNumbering_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputAction').qtip({ content: lbl_inputAction_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputPayment').qtip({ content: lbl_inputPayment_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputNewPayment').qtip({ content: lbl_inputPayment_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); /*$('.formBuilder .inputInstruction').qtip({ content: lbl_inputInstruction_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } });*/ $('.formBuilder .inputSaveAndSend').qtip({ content: lbl_inputSaveAndSend_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputEmailReport').qtip({ content: lbl_inputEmailReport_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputFaxWidget').qtip({ content: lbl_inputFaxWidget_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputSecureEmailReport').qtip({ content: lbl_inputSecureEmailReport_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputApproval').qtip({ content: lbl_inputApproval_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputCalculate').qtip({ content: lbl_inputCalculate_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputLookup').qtip({ content: lbl_inputLookup_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputLFBluetooth').qtip({ content: lbl_inputLFBluetooth_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputLookupRetrieve').qtip({ content: lbl_inputLookupRetrieve_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputFacingTable').qtip({ content: lbl_inputFacingTable_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputLookupMulti').qtip({ content: lbl_inputLookup_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .group').qtip({ content: lbl_group_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .ctrlTable').qtip({ content: lbl_ctrlTable_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .ctrlSchedule').qtip({ content: lbl_ctrlSchedule_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .ctrlPOD').qtip({ content: lbl_ctrlPOD_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .ctrlScoreTable').qtip({ content: lbl_ctrlScoreTable_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .ctrlGrid').qtip({ content: lbl_ctrlGrid_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .ctrlButtonGrid').qtip({ content: lbl_ctrlButtonGrid_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputSelectOne').qtip({ content: lbl_inputSelectOne_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputCounter').qtip({ content: lbl_counter_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputScoreOne').qtip({ content: lbl_inputScoreOne_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .inputSelectMany').qtip({ content: lbl_inputSelectMany_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // menu part // menu new form $('.formBuilder .submenu .newLink').qtip({ content: lbl_mnu_new_form_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // menu open $('.formBuilder .submenu .openFormLink').qtip({ content: lbl_mnu_open_form_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formView .submenu .fvOpenFormLink').qtip({ content: lbl_mnu_fv_open_form_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // menu open $('.formBuilder .submenu .openSpecialFormLink').qtip({ content: lbl_mnu_open_pub_form_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // menu save $('.formBuilder .submenu li .saveLink').qtip({ content: lbl_save_cur_form, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // menu save as /*$('.formBuilder .submenu .saveFormAs').qtip({ content: lbl_mnu_save_from_as_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } });*/ // menu save as draft $('.formBuilder .submenu .saveFormAsSub .saveAsDraftLink').qtip({ content: lbl_mnu_save_from_as_draft_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // menu save as public $('.formBuilder .submenu .saveFormAsSub .saveAsPublicLink').qtip({ content: lbl_mnu_save_from_as_pub_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // menu save as private $('.formBuilder .submenu .saveFormAsSub .saveAsPrivateLink').qtip({ content: lbl_mnu_save_from_as_pri_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // Change tooltip based on new customer's request (Website Review 08-25-14) var commonPosition = { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }; var commonStyle = { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true }; // menu "Insert Form" $('.formBuilder .submenu .insertFormLink').qtip({ content: lbl_msg_insert_form_tooltip, show: 'mouseover', hide: 'mouseout', position: commonPosition, style: commonStyle }); // menu "Add Industry Template" $('.formBuilder .submenu .addIndustryTemplateLink').qtip({ content: lbl_msg_add_industry_template_tooltip, show: 'mouseover', hide: 'mouseout', position: commonPosition, style: commonStyle }); // menu delete $('.formBuilder .submenu .deleteFormLink').qtip({ content: lbl_mnu_del_form_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // menu export $('.formBuilder .submenu #exportLink').qtip({ content: lbl_mnu_exp_xml_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // report template $('.formBuilder .submenu #createReportLink').qtip({ content: lbl_mnu_report_template, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .submenu #exportJsonLink').qtip({ content: lbl_exp_json_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .submenu .previewAndroid').qtip({ content: lbl_mnu_pre_smart_phone_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); $('.formBuilder .submenu .previewBlackberry').qtip({ content: lbl_mnu_pre_blackberry_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); /*$('.formBuilder .inputDiable').qtip({ content: lbl_avlbl_paid_only, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { width: 200, name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } });*/ // menu Record Names $('.formBuilder .submenu .recordNamesLink').qtip({ content: lbl_mnu_record_name_tip, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'leftMiddle', // Use the corner... target: 'rightMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); // $('.formBuilder .inputMediaDiable').qtip({ // content: lbl_use_to_capture, // show: 'mouseover', // hide: 'mouseout', // position: { // corner: { // tooltip: 'bottomLeft', // Use the corner... // target: 'topMiddle' // ...and opposite corner // } // }, // style: { // width: 420, // name: 'dark', // background: '#000000', // border: { radius: 3, width: 3 }, // tip: true } // }); $('.formBuilder .inputOpenFile').qtip({ content: lbl_inputOpenFile_tip + avlbl_for_upgrade, show: 'mouseover', hide: 'mouseout', position: { corner: { tooltip: 'bottomLeft', // Use the corner... target: 'topMiddle' // ...and opposite corner } }, style: { name: 'dark', background: '#000000', border: { radius: 3, width: 3 }, tip: true } }); });