// 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 : "Hulp bij teksteditor", url : "/help/BE/texte.cfm", customType: "helpBig" }, "symbol":{ title : "Hulp bij symbooleditor", url : "/help/BE/symbole.cfm?dsp=text&img=1", customType: "help" }, "image":{ title : "Afbeeldingeneditor help", url : "/help/BE/bilder.cfm", customType: "helpBig" }, "table":{ title : "Hulp bij tabelleneditor", url : "/help/BE/tabellen.cfm?dsp=text&img=1", customType: "help" }, "circle":{ title : "Hulp bij de ronde tekst-editor", url : "/help/BE/rundsatz.cfm?dsp=text&img=1", customType: "help" }, "file_format":{ title : "Bestandsformaten", url : "/help/BE/bilder_dateiformate.cfm?dsp=text&img=1", customType: "help" }, "top_faq":{ title : "FAQ", url : "/help/BE/faq.cfm", customType: "helpBig" }, "top_help":{ title : "Top Help", url : "/help/BE/index.cfm", customType: "helpBig" }, "top_news":{ title : "Top Help", url : "/help/BE/produktion_ab_dateien.cfm", customType: "helpBig" }, "top_contact":{ title : "Top Help", url : "/help/BE/kontaktformular.cfm", customType: "helpBig" }, "faq":{ title : "Pagina met veelgestelde vragen", url : "/help/BE/faq_accordeon.cfm" }, // toolbar's action "toolbar_picture":{ title : "Afbeeldingen", url : "obxPrintShop.cfm?currentAction=dsp_ImageExplorer.cfm", customType: "toolBar" }, "toolbar_open":{ title : "Toestanden", url : "obxPrintShop.cfm?currentAction=dsp_SavedStates.cfm&mode=2", customType: "toolBar" }, "toolbar_save":{ title : "Toestanden", url : "obxPrintShop.cfm?currentAction=dsp_SavedStates.cfm&mode=3", customType: "toolBar" }, "toolbar_preview":{ title : "Voorbeeld", url : "obxPrintShop.cfm?currentAction=dsp_preview.cfm", customType: "toolBar" }, "toolbar_fonts_text":{ title : "Lettertype Explorer", url : "obxPrintShop.cfm?currentAction=dsp_FontExplorer.cfm", customType: "toolBar" }, "toolbar_fonts_textsymbol":{ title : "Symbool lettertypes", url : "obxPrintShop.cfm?currentAction=dsp_FontExplorerForSymbols.cfm&allowInsert=1", customType: "toolBar" }, "toolbar_systemupload":{ title : "Systeem-upload", url : "obxPrintShop.cfm?currentAction=dsp_ImageExplorerSystem.cfm", customType: "toolBar" }, "toolbar_colorpicker":{ title : "Kleurenkiezer", url : "obxPrintShop.cfm?currentAction=mod_colorPicker.cfm", customType: "toolBar" }, "popup_upload":{ title : "Hilfe Popup", url : "/help/BE/datei_hochladen.cfm?dsp=text", customType: "default" }, "popup_crop":{ title : "Hilfe Popup", url : "/help/BE/datei_beschneiden.cfm?dsp=text", customType: "default" }, "popup_preview":{ title : "Hilfe Popup", url : "/help/BE/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." } }