# Javascript manager configuration packages = { # ----------------------- jquery = { jquery = jquery.js, form = jquery.form-min.js, template = jquery.template.js, hoverIntent = hoverIntent.js, bgiframe = jquery.bgiframe.js, dimensions = jquery.dimensions.js, tooltip = jquery.tooltip.js, superfish = superfish.js, corner = jquery.corner.js, json = jquery.json.js, cookie = jquery.cookie.js, cookiejar = jquery.cookiejar.pack.js, tools = jquery.tools.min.js, tablesorter = jquery.tablesorter.min.js, tablesorterPager = jquery.tablesorter.pager.js, metadata = jquery.metadata.js, scrollto = jquery.scrollto.min.js, autocomplete = jquery-autocomplete/jquery.autocomplete.js, caui = jquery.caui.js, expander = jquery.expander.js, ui = jquery-ui/jquery-ui.min.js, datepickerLang = jquery-ui/i18n/jquery.ui.datepicker-.js, daterangepicker = jquery-daterangepicker/daterangepicker.jQuery.js, date = jquery-daterangepicker/date.js, colorpicker = colorpicker/colorpicker.js, timers = jquery.timers-1.2.js, jgrowl = jquery.jgrowl.min.js, jplayer = jquery-jplayer/jquery.jplayer.min.js, searchlight = jquery.searchlight.js, swipe = jquery.jswipe.js, cycle = jquery.cycle.all.min.js, prettydate = jquery.prettydate.js, lightbox = jquery.lightbox_me.js }, # ----------------------- ca = { genericBundle = ca.genericbundle.js, labelBundle = ca.labelbundle.js, relationBundle = ca.relationbundle.js, checklistBundle = ca.checklistBundle.js, imageScroller = ca.imagescroller.js, hierBrowser = ca.hierbrowser.js, idnochecker = ca.idnochecker.js, uniquenesschecker = ca.uniquenesschecker.js, browsePanel = ca.browsepanel.js, widgetPanel = ca.widgetpanel.js, panel = ca.genericpanel.js, bundleListEditor = ca.bundlelisteditor.js, setEditor = ca.seteditor.js, utils = ca.utils.js, googleMaps = ca.googlemaps.js, dashboard = ca.dashboard.js, cycle = ca.cycle.js, bookreader = ca.bookreader.js }, # ----------------------- swf = { swfobject = swfobject.js }, # ----------------------- pdf = { pdfobject = pdfobject.js }, # ----------------------- google = { maps = http://maps.google.com/maps/api/js?sensor=false, gears = http://code.google.com/apis/gears/gears_init.js, pickonmap = pickonmap.js }, # ----------------------- videojs = { video = video.js }, # ----------------------- ck = { editor = ckeditor.js, jquery = adapters/jquery.js }, # ----------------------- ia = { dragscrollable = dragscrollable.js, colorbox = jquery.colorbox-min.js, ipad = jquery.ui.ipad.js, bt = jquery.bt.min.js, bookreader = BookReader.js } # ----------------------- } loadSets = { # # Libraries listed in "_default" are always loaded (whether or not they have been # registered in code to load), are loaded in the order listed and are always # loaded first # _default = [ swf/swfobject, jquery/jquery, jquery/tooltip, jquery/superfish, jquery/corner, jquery/hoverIntent, jquery/dimensions, jquery/bgiframe, jquery/json, jquery/cookie, jquery/cookiejar, ca/utils, jquery/jgrowl, videojs/video, jquery/jplayer, pdf/pdfobject, jquery/lightbox, ia/dragscrollable, ia/colorbox, ia/ipad, ia/bt, ia/bookreader, ca/bookreader, jquery/ui ], sortableUI = [ jquery/ui ], tabUI = [ jquery/ui ], resizableUI = [ jquery/ui ], draggableUI = [ jquery/ui ], droppableUI = [ jquery/ui ], datePickerUI = [ jquery/ui, jquery/datepickerLang, jquery/date, jquery/daterangepicker ], bundleListEditorUI = [ jquery/ui, ca/bundleListEditor ], setEditorUI = [ jquery/ui, ca/setEditor ], hierBrowser = [ jquery/scrollto, jquery/autocomplete, ca/hierBrowser ], bundleableEditor = [ jquery/template, jquery/autocomplete, ca/genericBundle, ca/labelBundle, ca/relationBundle, ca/checklistBundle, ca/idnochecker, ca/uniquenesschecker, jquery/scrollto ], browsable = [ ca/browsePanel, jquery/tools ], panel = [ ca/panel, jquery/tools ], imageScroller = [ ca/imageScroller, jquery/tools ], dashboard = [ ca/widgetPanel, ca/dashboard, jquery/tools, jquery/ui ], jqueryTools = [ jquery/tools ], tableList = [ jquery/tablesorter, jquery/tablesorterPager, jquery/metadata, jquery/caui ], maps = [ google/maps, google/gears, ca/googleMaps, jquery/timers, google/pickonmap ], cycle = [ jquery/cycle ], pdf = [ pdf/pdfobject ], ckeditor = [ ck/editor, ck/jquery ], prettyDate = [ jquery/prettydate ], bookreader = [ ia/dragscrollable, ia/colorbox, ia/ipad, ia/bt, ia/bookreader, ca/bookreader ] }