// 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 : "Aide pour l’éditeur de texte", url : "/help/FR/texte.cfm", customType: "helpBig" }, "symbol":{ title : "Aide pour l’éditeur de symboles", url : "/help/FR/symbole.cfm?dsp=text&img=1", customType: "help" }, "image":{ title : "Aide pour l’éditeur d’images", url : "/help/FR/bilder.cfm", customType: "helpBig" }, "table":{ title : "Aide pour l’éditeur de tableaux", url : "/help/FR/tabellen.cfm?dsp=text&img=1", customType: "help" }, "circle":{ title : "Aide pour l’éditeur de texte en cercle", url : "/help/FR/rundsatz.cfm?dsp=text&img=1", customType: "help" }, "file_format":{ title : "Formats de documents", url : "/help/FR/bilder_dateiformate.cfm?dsp=text&img=1", customType: "help" }, "top_faq":{ title : "FAQ", url : "/help/FR/faq.cfm", customType: "helpBig" }, "top_help":{ title : "Aide en ligne", url : "/help/FR/index.cfm", customType: "helpBig" }, "top_news":{ title : "Aide en ligne", url : "/help/FR/produktion_ab_dateien.cfm", customType: "helpBig" }, "top_contact":{ title : "Aide en ligne", url : "/help/FR/kontaktformular.cfm", customType: "helpBig" }, "faq":{ title : "Questions et réponses", url : "/help/FR/faq_accordeon.cfm" }, // toolbar's action "toolbar_picture":{ title : "Explorateur d’images", url : "obxPrintShop.cfm?currentAction=dsp_ImageExplorer.cfm", customType: "toolBar" }, "toolbar_open":{ title : "Enregistrer le projet", url : "obxPrintShop.cfm?currentAction=dsp_SavedStates.cfm&mode=2", customType: "toolBar" }, "toolbar_save":{ title : "Enregistrer le projet", url : "obxPrintShop.cfm?currentAction=dsp_SavedStates.cfm&mode=3", customType: "toolBar" }, "toolbar_preview":{ title : "Visualisation", url : "obxPrintShop.cfm?currentAction=dsp_preview.cfm", customType: "toolBar" }, "toolbar_fonts_text":{ title : "Explorateur de polices de caractères", url : "obxPrintShop.cfm?currentAction=dsp_FontExplorer.cfm", customType: "toolBar" }, "toolbar_fonts_textsymbol":{ title : "Polices de symboles", url : "obxPrintShop.cfm?currentAction=dsp_FontExplorerForSymbols.cfm&allowInsert=1", customType: "toolBar" }, "toolbar_systemupload":{ title : "Chargement du système", url : "obxPrintShop.cfm?currentAction=dsp_ImageExplorerSystem.cfm", customType: "toolBar" }, "toolbar_colorpicker":{ title : "Sélecteur de couleur", url : "obxPrintShop.cfm?currentAction=mod_colorPicker.cfm", customType: "toolBar" }, "popup_upload":{ title : "Hilfe Popup", url : "/help/FR/datei_hochladen.cfm?dsp=text", customType: "default" }, "popup_crop":{ title : "Hilfe Popup", url : "/help/FR/datei_beschneiden.cfm?dsp=text", customType: "default" }, "popup_preview":{ title : "Hilfe Popup", url : "/help/FR/datei_kontrolle.cfm?dsp=text", customType: "default" } }, HelpSystemDataLabels : { "singlePageDontShow" : "Ne plus afficher ce message d'aide.", "allPageDontShow" : "Ne plus afficher message d'aide de plus." } }