// get the title and url for the help var HelpSystemAPI = { HelpSystemDataCustomTypes : { "default": { width:645, height:410, modal:true, draggable:false, resizable:false }, "helpBig" : { width:835, height:550, modal:true, draggable:false, resizable:false }, "help" : { width:640, height:400, modal:true, draggable:true, resizable:true }, "htmlPage" : { width:835, height:550, modal:true, draggable:true, resizable:true }, "swfPage" : { width:795, height:590, modal:true, draggable:true, resizable:false }, "swfPageModal" : { width:793, height:575, modal:true, draggable:true, resizable:true }, "toolBar": { width: 830, height: 510, modal:true, draggable:false, resizable:false }, "zoom":{ width: 700, height: 500, modal:true, draggable:true, resizable:true } }, HelpSystemData : { // help system "text":{ title : "Hilfe zum Text-Editor", url : "/help/texte.cfm", customType: "helpBig" }, "symbol":{ title : "Hilfe zum Symbol-Editor", url : "/help/symbole.cfm?dsp=text&img=1", customType: "help" }, "image":{ title : "Hilfe zu Bildern", url : "/help/bilder.cfm", customType: "helpBig" }, "table":{ title : "Hilfe zum Tabellen-Editor", url : "/help/tabellen.cfm?dsp=text&img=1", customType: "help" }, "circle":{ title : "Hilfe zum Rundsatz-Editor", url : "/help/rundsatz.cfm?dsp=text&img=1", customType: "help" }, "file_format":{ title : "Datei-Formate", url : "/help/bilder_dateiformate.cfm?dsp=text&img=1", customType: "help" }, "top_faq":{ title : "FAQ", url : "/help/faq.cfm", customType: "helpBig" }, "top_help":{ title : "Online-Hilfe", url : "/help/index.cfm", customType: "helpBig" }, "top_news":{ title : "Online-Hilfe", url : "/help/produktion_ab_dateien.cfm", customType: "helpBig" }, "top_contact":{ title : "Online-Hilfe", url : "/help/kontaktformular.cfm", customType: "helpBig" }, "faq":{ title : "Fragen und Antworten", url : "/help/faq_accordeon.cfm" }, // toolbar's action "toolbar_picture":{ title : "Bilder-Explorer", url : "obxPrintShop.cfm?currentAction=dsp_ImageExplorer.cfm", customType: "toolBar" }, "toolbar_open":{ title : "Entwürf speichern", url : "obxPrintShop.cfm?currentAction=dsp_SavedStates.cfm&mode=2", customType: "toolBar" }, "toolbar_save":{ title : "Entwürf speichern", url : "obxPrintShop.cfm?currentAction=dsp_SavedStates.cfm&mode=3", customType: "toolBar" }, "toolbar_preview":{ title : "Vorschau", url : "obxPrintShop.cfm?currentAction=dsp_preview.cfm", customType: "toolBar" }, "toolbar_fonts_text":{ title : "Schriften-Explorer", url : "obxPrintShop.cfm?currentAction=dsp_FontExplorer.cfm", customType: "toolBar" }, "toolbar_fonts_textsymbol":{ title : "Symbol-Schriften", url : "obxPrintShop.cfm?currentAction=dsp_FontExplorerForSymbols.cfm&allowInsert=1", customType: "toolBar" }, "toolbar_systemupload":{ title : "System Upload", url : "obxPrintShop.cfm?currentAction=dsp_ImageExplorerSystem.cfm", customType: "toolBar" }, "toolbar_colorpicker":{ title : "Farbwähler", url : "obxPrintShop.cfm?currentAction=mod_colorPicker.cfm", customType: "toolBar" }, "popup_upload":{ title : "Hilfe Popup", url : "/help/datei_hochladen.cfm?dsp=text", customType: "default" }, "popup_crop":{ title : "Hilfe Popup", url : "/help/datei_beschneiden.cfm?dsp=text", customType: "default" }, "popup_preview":{ title : "Hilfe Popup", url : "/help/datei_kontrolle.cfm?dsp=text", customType: "default" } }, HelpSystemDataLabels : { "singlePageDontShow" : "Diesen Hilfetext nicht mehr zeigen.", "allPageDontShow" : "Gar keine Hilfetexte mehr zeigen." } }