compass-jquery-plugin 0.3.0.beta.24 → 0.3.0.beta.25
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +10 -9
- data/VERSION.yml +1 -1
- data/compass-jquery-plugin.gemspec +292 -288
- data/gem_tasks/ical.rake +85 -0
- data/gem_tasks/jqtouch.rake +1 -25
- data/gem_tasks/jrails.rake +127 -94
- data/gem_tasks/jstree.rake +2 -1
- data/gem_tasks/mobile.rake +33 -2
- data/gem_tasks/rubygems.rake +1 -1
- data/gem_tasks/tools.rake +66 -0
- data/lib/{compiler.jar → google-compiler-20100917.jar} +0 -0
- data/lib/handle_js_files.rb +27 -30
- data/lib/jquery/ical.rb +7 -0
- data/lib/jquery/{jqical → ical}/calendar.rb +5 -5
- data/lib/jquery/{jqical → ical}/event.rb +117 -117
- data/lib/jquery/{jqical → ical}/helpers/ui_event_helper.rb +1 -1
- data/lib/jquery/tools.rb +2 -0
- data/lib/js.jar +0 -0
- data/lib/jslint-check.js +36 -0
- data/lib/jslint.js +5500 -0
- data/templates/dynatree/jquery.dynatree.js +1170 -784
- data/templates/dynatree/jquery.dynatree.min.js +77 -67
- data/templates/emulators/emulators/blackberry.landscape.scss +1 -0
- data/templates/emulators/emulators/blackberry.portrait.scss +2 -2
- data/templates/emulators/emulators/blackberry.torch.portrait.png +0 -0
- data/templates/emulators/emulators/iphone.landscape.scss +1 -0
- data/templates/emulators/emulators/iphone.portrait.png +0 -0
- data/templates/emulators/emulators/iphone.portrait.scss +2 -1
- data/templates/emulators/emulators/palm.landscape.scss +1 -0
- data/templates/emulators/emulators/palm.portrait.scss +3 -2
- data/templates/emulators/emulators/palm.pre.portrait.png +0 -0
- data/templates/{jqical → ical}/app/views/shared/_ui_event_for.js.haml +0 -0
- data/templates/ical/config/initializers/ical.rb +7 -0
- data/templates/{jqical/jquery.jqical.js → ical/jquery.ical.js} +0 -0
- data/templates/{jqical/jquery.jqical.min.js → ical/jquery.ical.min.js} +0 -0
- data/templates/{jqical/jquery/jqical.scss → ical/jquery/ical.scss} +1 -1
- data/templates/{jqical/jquery/jqical → ical/jquery/ical}/calendar.png +0 -0
- data/templates/{jqical/jquery/jqical → ical/jquery/ical}/clock.png +0 -0
- data/templates/ical/manifest.rb +10 -0
- data/templates/jqtouch/config/initializers/jqtouch.rb +1 -1
- data/templates/jqtouch/manifest.rb +0 -261
- data/templates/jrails/config/initializers/jrails.rb +3 -3
- data/templates/jrails/{jquery-1.4.3.js → jquery-1.4.4.js} +102 -47
- data/templates/jrails/jquery-1.4.4.min.js +152 -0
- data/templates/jrails/lib/tasks/haml.rake +55 -0
- data/templates/jrails/manifest.rb +4 -2
- data/templates/jstree/jquery.jstree.js +148 -64
- data/templates/jstree/jquery.jstree.min.js +219 -215
- data/templates/mobile/config/initializers/mobile.rb +1 -1
- data/templates/jqtouch/jquery/touch/glyphish/Read me first - license.txt b/data/templates/mobile/glyphish/Read me first - → license.txt +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/01-refresh.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/02-redo.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/03-loopback.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/04-squiggle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/05-shuffle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/06-magnifying-glass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/07-map-marker.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/08-chat.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/09-chat2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/10-medical.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/100-coffee.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/101-gameplan.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/102-walk.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/103-map.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/104-index-cards.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/105-piano.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/106-sliders.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/107-widescreen.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/108-badge.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/109-chicken.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/11-clock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/110-bug.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/111-user.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/112-group.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/113-navigation.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/114-balloon.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/115-bow-and-arrow.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/116-controller.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/117-todo.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/118-coathanger.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/119-piggybank.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/12-eye.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/120-headphones.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/121-lanscape.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/122-stats.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/123-id-card.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/124-bullhorn.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/125-food.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/126-moon.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/127-sock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/128-bone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/129-golf.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/13-target.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/130-dice.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/14-tag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/15-tags.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/16-line-chart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/17-bar-chart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/18-envelope.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/19-gear.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/20-gear2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/21-skull.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/22-skull-n-crossbones.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/23-bird.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/24-gift.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/25-weather.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/26-bandaid.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/27-planet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/28-star.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/29-heart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/30-key.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/31-ipod.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/32-iphone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/33-cabinet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/34-coffee.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/35-shopping-bag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/36-toolbox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/37-suitcase.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/38-airplane.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/39-spraycan.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/40-inbox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/41-picture-frame.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/42-photos.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/43-film-roll.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/44-shoebox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/45-movie1.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/46-movie2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/47-fuel.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/48-fork-and-knife.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/49-battery.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/50-beaker.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/51-outlet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/52-pinetree.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/53-house.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/54-lock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/55-network.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/56-cloud.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/57-download.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/58-bookmark.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/59-flag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/60-signpost.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/61-brightness.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/62-contrast.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/63-runner.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/64-zap.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/65-note.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/66-microphone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/67-tshirt.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/68-paperclip.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/69-display.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/70-tv.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/71-compass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/72-pin.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/73-radar.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/74-location.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/75-phone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/76-baby.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/77-ekg.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/78-stopwatch.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/79-medical-bag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/80-shopping-cart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/81-dashboard.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/82-dogpaw.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/83-calendar.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/84-lightbulb.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/85-trophy.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/86-camera.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/87-wineglass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/88-beermug.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/89-dumbbell.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/90-lifebuoy.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/91-beaker2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/92-testtube.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/93-thermometer.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/94-pill.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/95-equalizer.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/96-book.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/97-puzzle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/98-palette.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/icons/99-umbrella.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/01-refresh.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/02-redo.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/03-loopback.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/04-squiggle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/05-shuffle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/06-magnifying-glass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/07-map-marker.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/08-chat.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/09-chat2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/10-medical.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/100-coffee.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/101-gameplan.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/102-walk.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/103-map.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/104-index-cards.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/105-piano.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/106-sliders.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/107-widescreen.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/108-badge.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/109-chicken.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/11-clock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/110-bug.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/111-user.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/112-group.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/113-navigation.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/114-balloon.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/115-bow-and-arrow.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/116-controller.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/117-todo.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/118-coathanger.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/119-piggybank.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/12-eye.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/120-headphones.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/121-lanscape.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/122-stats.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/123-id-card.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/124-bullhorn.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/125-food.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/126-moon.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/127-sock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/128-bone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/129-golf.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/13-target.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/130-dice.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/14-tag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/15-tags.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/16-line-chart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/17-bar-chart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/18-envelope.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/19-gear.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/20-gear2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/21-skull.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/22-skull-n-crossbones.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/23-bird.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/24-gift.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/25-weather.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/26-bandaid.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/27-planet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/28-star.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/29-heart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/30-key.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/31-ipod.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/32-iphone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/33-cabinet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/34-coffee.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/35-shopping-bag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/36-toolbox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/37-suitcase.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/38-airplane.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/39-spraycan.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/40-inbox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/41-picture-frame.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/42-photos.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/43-film-roll.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/44-shoebox.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/45-movie1.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/46-movie2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/47-fuel.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/48-fork-and-knife.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/49-battery.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/50-beaker.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/51-outlet.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/52-pinetree.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/53-house.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/54-lock.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/55-network.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/56-cloud.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/57-download.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/58-bookmark.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/59-flag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/60-signpost.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/61-brightness.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/62-contrast.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/63-runner.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/64-zap.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/65-note.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/66-microphone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/67-tshirt.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/68-paperclip.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/69-display.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/70-tv.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/71-compass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/72-pin.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/73-radar.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/74-location.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/75-phone.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/76-baby.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/77-ekg.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/78-stopwatch.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/79-medical-bag.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/80-shopping-cart.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/81-dashboard.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/82-dogpaw.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/83-calendar.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/84-lightbulb.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/85-trophy.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/86-camera.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/87-wineglass.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/88-beermug.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/89-dumbbell.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/90-lifebuoy.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/91-beaker2.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/92-testtube.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/93-thermometer.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/94-pill.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/95-equalizer.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/96-book.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/97-puzzle.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/98-palette.png +0 -0
- data/templates/{jqtouch/jquery/touch → mobile}/glyphish/mini-icons/99-umbrella.png +0 -0
- data/templates/mobile/jquery.mobile.js +380 -179
- data/templates/mobile/jquery.mobile.min.js +3 -3
- data/templates/mobile/jquery/mobile/_base.scss +9 -10
- data/templates/mobile/jquery/mobile/default/ajax-loader.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-18-black.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-18-white.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-36-black.png +0 -0
- data/templates/mobile/jquery/mobile/default/icons-36-white.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/ajax-loader.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-18-black.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-18-white.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-36-black.png +0 -0
- data/templates/mobile/jquery/mobile/valencia/icons-36-white.png +0 -0
- data/templates/mobile/lib/tasks/jquery.mobile.rake +106 -0
- data/templates/mobile/manifest.rb +262 -2
- data/templates/{jqtools/config/initializers/jqtools.rb → tools/config/initializers/tools.rb} +2 -2
- data/templates/{jqtools → tools}/jquery.tools.js +0 -0
- data/templates/{jqtools → tools}/jquery.tools.min.js +0 -0
- data/templates/tools/lib/tasks/jquery.tools.rake +43 -0
- data/templates/tools/manifest.rb +7 -0
- metadata +293 -289
- data/gem_tasks/jqical.rake +0 -86
- data/gem_tasks/jqtools.rake +0 -60
- data/lib/jquery/jqical.rb +0 -7
- data/lib/jquery/jqtools.rb +0 -2
- data/templates/jqical/config/initializers/jqical.rb +0 -7
- data/templates/jqical/manifest.rb +0 -10
- data/templates/jqtools/manifest.rb +0 -6
- data/templates/jrails/jquery-1.4.3.min.js +0 -152
- data/templates/mobile/jquery/mobile/default/ajax-loader.gif +0 -0
- data/templates/mobile/jquery/mobile/valencia/ajax-loader.gif +0 -0
@@ -1,72 +1,82 @@
|
|
1
|
-
var _canLog=
|
1
|
+
var _canLog=true;function _log(g){if(_canLog){var k=Array.prototype.slice.apply(arguments,[1]),l=new Date;l=l.getHours()+":"+l.getMinutes()+":"+l.getSeconds()+"."+l.getMilliseconds();k[0]=l+" - "+k[0];try{switch(g){case "info":window.console.info.apply(window.console,k);break;case "warn":window.console.warn.apply(window.console,k);break;default:window.console.log.apply(window.console,k)}}catch(o){window.console||(_canLog=false)}}}
|
2
2
|
function logMsg(){Array.prototype.unshift.apply(arguments,["debug"]);_log.apply(this,arguments)}var getDynaTreePersistData=undefined,DTNodeStatus_Error=-1,DTNodeStatus_Loading=1,DTNodeStatus_Ok=0;
|
3
|
-
(function(g){function
|
4
|
-
_last:null})}var
|
5
|
-
this.data);c.activate=this.tree.activeNode===this;c.focus=this.tree.focusNode===this;c.expand=this.bExpanded;c.select=this.bSelected;b&&b(c);if(a&&this.childList){c.children=[];for(var d=0;d<this.childList.length;d++)c.children.push(this.childList[d].toDict(true,b))}else delete c.children;return c},
|
6
|
-
true&&!this.data.isStatusNode)
|
7
|
-
|
8
|
-
this.
|
9
|
-
|
10
|
-
0;c<this.childList.length;c++)this.childList[c].render();this._fixOrder()}if(this.ul){c=this.ul.style.display
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
this.tree.options.
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
this
|
22
|
-
false,false)
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
this.tree.
|
33
|
-
this.
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
d.
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
this.
|
48
|
-
|
49
|
-
|
50
|
-
this.
|
3
|
+
(function(g){function k(a){for(var b=5;a&&b--;){if(a.dtnode)return a.dtnode;a=a.parentNode}return null}function l(a){var b=a.options.dnd||null;if(b&&(b.onDragStart||b.onDrop))s();b&&b.onDragStart&&a.$tree.draggable({addClasses:false,appendTo:"body",containment:false,delay:0,distance:4,revert:false,connectToDynatree:true,helper:function(c){var d=k(c.target);return d.tree._onDragEvent("helper",d,null,c,null,null)},_last:null});b&&b.onDrop&&a.$tree.droppable({addClasses:false,tolerance:"intersect",greedy:false,
|
4
|
+
_last:null})}var o={create:function(){return function(){this.initialize.apply(this,arguments)}}},p=o.create();p.prototype={initialize:function(a,b,c){this.parent=a;this.tree=b;if(typeof c==="string")c={title:c};if(c.key===undefined)c.key="_"+b._nodeCount++;this.data=g.extend({},g.ui.dynatree.nodedatadefaults,c);this.childList=this.ul=this.span=this.li=null;this.hasSubSel=this.isLoading=false},toString:function(){return"DynaTreeNode<"+this.data.key+">: '"+this.data.title+"'"},toDict:function(a,b){var c=
|
5
|
+
g.extend({},this.data);c.activate=this.tree.activeNode===this;c.focus=this.tree.focusNode===this;c.expand=this.bExpanded;c.select=this.bSelected;b&&b(c);if(a&&this.childList){c.children=[];for(var d=0;d<this.childList.length;d++)c.children.push(this.childList[d].toDict(true,b))}else delete c.children;return c},fromDict:function(a){var b=a.children;if(b===undefined){this.data=g.extend(this.data,a);this.render()}else{a=g.extend({},a);a.children=undefined;this.data=g.extend(this.data,a);this.removeChildren();
|
6
|
+
this.addChild(b)}},_getInnerHtml:function(){var a=this.tree.options,b=this.tree.cache,c=this.getLevel(),d="";if(c<a.minExpandLevel){if(c>1)d+=b.tagConnector}else d+=this.hasChildren()!==false?b.tagExpander:b.tagConnector;if(a.checkbox&&this.data.hideCheckbox!==true&&!this.data.isStatusNode)d+=b.tagCheckbox;if(this.data.icon)d+="<img src='"+a.imagePath+this.data.icon+"' alt='' />";else if(this.data.icon!==false)d+=b.tagNodeIcon;b=this.data.tooltip?" title='"+this.data.tooltip+"'":"";d+=a.noLink||this.data.noLink?
|
7
|
+
"<span style='display: inline-block;' class='"+a.classNames.title+"'"+b+">"+this.data.title+"</span>":"<a href='#' class='"+a.classNames.title+"'"+b+">"+this.data.title+"</a>";return d},_fixOrder:function(){var a=this.childList;if(a)for(var b=this.ul.firstChild,c=0;c<a.length-1;c++){var d=a[c],e=b.dtnode;if(d!==e){this.tree.logDebug("_fixOrder: mismatch at index "+c+": "+d+" != "+e);this.ul.insertBefore(d.li,e.li)}else b=b.nextSibling}},render:function(a){var b=this.tree.options,c=b.classNames,d=
|
8
|
+
this.isLastSibling();if(!this.parent&&!this.ul){this.li=this.span=null;this.ul=document.createElement("ul");this.ul.className=b.minExpandLevel>1?c.container+" "+c.noConnector:c.container}else if(this.parent){if(!this.li){this.li=document.createElement("li");this.li.dtnode=this;if(this.data.key&&b.generateIds)this.li.id=b.idPrefix+this.data.key;this.span=document.createElement("span");this.span.className=c.title;this.li.appendChild(this.span);if(!this.parent.ul){this.parent.ul=document.createElement("ul");
|
9
|
+
this.parent.ul.style.display="none";this.parent.li.appendChild(this.parent.ul)}this.parent.ul.appendChild(this.li)}this.span.innerHTML=this._getInnerHtml();var e=[];e.push(c.node);this.data.isFolder&&e.push(c.folder);this.bExpanded&&e.push(c.expanded);this.hasChildren()!==false&&e.push(c.hasChildren);this.data.isLazy&&this.childList===null&&e.push(c.lazy);d&&e.push(c.lastsib);this.bSelected&&e.push(c.selected);this.hasSubSel&&e.push(c.partsel);this.tree.activeNode===this&&e.push(c.active);this.data.addClass&&
|
10
|
+
e.push(this.data.addClass);e.push(c.combinedExpanderPrefix+(this.bExpanded?"e":"c")+(this.data.isLazy&&this.childList===null?"d":"")+(d?"l":""));e.push(c.combinedIconPrefix+(this.bExpanded?"e":"c")+(this.data.isFolder?"f":""));this.span.className=e.join(" ");this.li.className=d?c.lastsib:""}if(this.bExpanded&&this.childList){for(c=0;c<this.childList.length;c++)this.childList[c].render();this._fixOrder()}if(this.ul){c=this.ul.style.display==="none";if(a&&b.fx&&!!c===!!this.bExpanded){a=b.fx.duration||
|
11
|
+
200;g(this.ul).animate(b.fx,a)}else this.ul.style.display=this.bExpanded||!this.parent?"":"none"}},getKeyPath:function(a){var b=[];this.visitParents(function(c){c.parent&&b.unshift(c.data.key)},!a);return"/"+b.join(this.tree.options.keyPathSeparator)},getParent:function(){return this.parent},getChildren:function(){return this.childList},hasChildren:function(){if(this.data.isLazy){if(this.childList===null||this.childList===undefined)return;else if(this.childList.length===0)return false;else if(this.childList.length===
|
12
|
+
1&&this.childList[0].isStatusNode())return;return true}return!!this.childList},isFirstSibling:function(){var a=this.parent;return!a||a.childList[0]===this},isLastSibling:function(){var a=this.parent;return!a||a.childList[a.childList.length-1]===this},getPrevSibling:function(){if(!this.parent)return null;for(var a=this.parent.childList,b=1;b<a.length;b++)if(a[b]===this)return a[b-1];return null},getNextSibling:function(){if(!this.parent)return null;for(var a=this.parent.childList,b=0;b<a.length-1;b++)if(a[b]===
|
13
|
+
this)return a[b+1];return null},isStatusNode:function(){return this.data.isStatusNode===true},isChildOf:function(a){return this.parent&&this.parent===a},isDescendantOf:function(a){if(!a)return false;for(var b=this.parent;b;){if(b===a)return true;b=b.parent}return false},sortChildren:function(a,b){var c=this.childList;if(c){a=a||function(e,f){return e.data.title===f.data.title?0:e.data.title>f.data.title};c.sort(a);if(b)for(var d=0;d<c.length;d++)c[d].childList&&c[d].sortChildren(a,"$norender$");b!==
|
14
|
+
"$norender$"&&this.render()}},_setStatusNode:function(a){var b=this.childList?this.childList[0]:null;if(a)if(b){a.isStatusNode=true;b.data=a;b.render()}else{a.isStatusNode=true;this.addChild(a)}else if(b){try{this.ul.removeChild(b.li)}catch(c){}if(this.childList.length===1)this.childList=null;else this.childList.shift()}},setLazyNodeStatus:function(a,b){var c=b&&b.tooltip?b.tooltip:null,d=b&&b.info?" ("+b.info+")":"";switch(a){case DTNodeStatus_Ok:this._setStatusNode(null);this.isLoading=false;this.render();
|
15
|
+
if(this.tree.options.autoFocus)this===this.tree.tnRoot&&this.childList?this.childList[0].focus():this.focus();break;case DTNodeStatus_Loading:this.isLoading=true;this._setStatusNode({title:this.tree.options.strings.loading+d,tooltip:c,addClass:this.tree.options.classNames.nodeWait});break;case DTNodeStatus_Error:this.isLoading=false;this._setStatusNode({title:this.tree.options.strings.loadError+d,tooltip:c,addClass:this.tree.options.classNames.nodeError});break;default:throw"Bad LazyNodeStatus: '"+
|
16
|
+
a+"'.";}},_parentList:function(a,b){for(var c=[],d=b?this:this.parent;d;){if(a||d.parent)c.unshift(d);d=d.parent}return c},getLevel:function(){for(var a=0,b=this.parent;b;){a++;b=b.parent}return a},_getTypeForOuterNodeEvent:function(a){var b=this.tree.options.classNames,c=a.target;if(c.className.indexOf(b.node)<0)return null;var d=a.pageX-c.offsetLeft;a=a.pageY-c.offsetTop;for(var e=0;e<c.childNodes.length;e++){var f=c.childNodes[e],h=f.offsetLeft-c.offsetLeft,i=f.offsetTop-c.offsetTop,j=f.clientWidth,
|
17
|
+
m=f.clientHeight;if(d>=h&&d<=h+j&&a>=i&&a<=i+m)if(f.className==b.title)return"title";else if(f.className==b.expander)return"expander";else if(f.className==b.checkbox)return"checkbox";else if(f.className==b.nodeIcon)return"icon"}return"prefix"},getEventTargetType:function(a){var b=a&&a.target?a.target.className:"",c=this.tree.options.classNames;if(b===c.title)return"title";else if(b===c.expander)return"expander";else if(b===c.checkbox)return"checkbox";else if(b===c.nodeIcon)return"icon";else if(b===
|
18
|
+
c.empty||b===c.vline||b===c.connector)return"prefix";else if(b.indexOf(c.node)>=0)return this._getTypeForOuterNodeEvent(a);return null},isVisible:function(){for(var a=this._parentList(true,false),b=0;b<a.length;b++)if(!a[b].bExpanded)return false;return true},makeVisible:function(){for(var a=this._parentList(true,false),b=0;b<a.length;b++)a[b]._expand(true)},focus:function(){this.makeVisible();try{g(this.span).find(">a").focus()}catch(a){}},_activate:function(a,b){this.tree.logDebug("dtnode._activate(%o, fireEvents=%o) - %o",
|
19
|
+
a,b,this);var c=this.tree.options;if(!this.data.isStatusNode)if(!(b&&c.onQueryActivate&&c.onQueryActivate.call(this.tree,a,this)===false))if(a){if(this.tree.activeNode){if(this.tree.activeNode===this)return;this.tree.activeNode.deactivate()}c.activeVisible&&this.makeVisible();this.tree.activeNode=this;c.persist&&g.cookie(c.cookieId+"-active",this.data.key,c.cookie);this.tree.persistence.activeKey=this.data.key;g(this.span).addClass(c.classNames.active);b&&c.onActivate&&c.onActivate.call(this.tree,
|
20
|
+
this)}else if(this.tree.activeNode===this){c=this.tree.options;if(!(c.onQueryActivate&&c.onQueryActivate.call(this.tree,false,this)===false)){g(this.span).removeClass(c.classNames.active);c.persist&&g.cookie(c.cookieId+"-active","",c.cookie);this.tree.persistence.activeKey=null;this.tree.activeNode=null;b&&c.onDeactivate&&c.onDeactivate.call(this.tree,this)}}},activate:function(){this._activate(true,true)},deactivate:function(){this._activate(false,true)},isActive:function(){return this.tree.activeNode===
|
21
|
+
this},_userActivate:function(){var a=true,b=false;if(this.data.isFolder)switch(this.tree.options.clickFolderMode){case 2:a=false;b=true;break;case 3:a=b=true}if(this.parent===null)b=false;if(b){this.toggleExpand();this.focus()}a&&this.activate()},_setSubSel:function(a){if(a){this.hasSubSel=true;g(this.span).addClass(this.tree.options.classNames.partsel)}else{this.hasSubSel=false;g(this.span).removeClass(this.tree.options.classNames.partsel)}},_fixSelectionState:function(){if(this.bSelected){this.visit(function(e){e.parent._setSubSel(true);
|
22
|
+
e._select(true,false,false)});for(var a=this.parent;a;){a._setSubSel(true);for(var b=true,c=0;c<a.childList.length;c++){var d=a.childList[c];if(!d.bSelected&&!d.data.isStatusNode){b=false;break}}b&&a._select(true,false,false);a=a.parent}}else{this._setSubSel(false);this.visit(function(e){e._setSubSel(false);e._select(false,false,false)});for(a=this.parent;a;){a._select(false,false,false);b=false;for(c=0;c<a.childList.length;c++)if(a.childList[c].bSelected||a.childList[c].hasSubSel){b=true;break}a._setSubSel(b);
|
23
|
+
a=a.parent}}},_select:function(a,b,c){var d=this.tree.options;if(!this.data.isStatusNode)if(this.bSelected!==a)if(!(b&&d.onQuerySelect&&d.onQuerySelect.call(this.tree,a,this)===false)){d.selectMode==1&&a&&this.tree.visit(function(e){if(e.bSelected){e._select(false,false,false);return false}});if(this.bSelected=a){d.persist&&this.tree.persistence.addSelect(this.data.key);g(this.span).addClass(d.classNames.selected);c&&d.selectMode===3&&this._fixSelectionState();b&&d.onSelect&&d.onSelect.call(this.tree,
|
24
|
+
true,this)}else{d.persist&&this.tree.persistence.clearSelect(this.data.key);g(this.span).removeClass(d.classNames.selected);c&&d.selectMode===3&&this._fixSelectionState();b&&d.onSelect&&d.onSelect.call(this.tree,false,this)}}},select:function(a){if(this.data.unselectable)return this.bSelected;return this._select(a!==false,true,true)},toggleSelect:function(){return this.select(!this.bSelected)},isSelected:function(){return this.bSelected},_loadContent:function(){try{var a=this.tree.options;this.tree.logDebug("_loadContent: start - %o",
|
25
|
+
this);this.setLazyNodeStatus(DTNodeStatus_Loading);if(true===a.onLazyRead.call(this.tree,this)){this.setLazyNodeStatus(DTNodeStatus_Ok);this.tree.logDebug("_loadContent: succeeded - %o",this)}}catch(b){this.tree.logWarning("_loadContent: failed - %o",b);this.setLazyNodeStatus(DTNodeStatus_Error,{tooltip:""+b})}},_expand:function(a){if(this.bExpanded===a)this.tree.logDebug("dtnode._expand(%o) IGNORED - %o",a,this);else{this.tree.logDebug("dtnode._expand(%o) - %o",a,this);var b=this.tree.options;if(!a&&
|
26
|
+
this.getLevel()<b.minExpandLevel)this.tree.logDebug("dtnode._expand(%o) prevented collapse - %o",a,this);else if(!(b.onQueryExpand&&b.onQueryExpand.call(this.tree,a,this)===false)){this.bExpanded=a;if(b.persist)a?this.tree.persistence.addExpand(this.data.key):this.tree.persistence.clearExpand(this.data.key);this.render(!(this.data.isLazy&&this.childList===null)&&!this.isLoading);if(this.bExpanded&&this.parent&&b.autoCollapse)for(var c=this._parentList(false,true),d=0;d<c.length;d++)c[d].collapseSiblings();
|
27
|
+
b.activeVisible&&this.tree.activeNode&&!this.tree.activeNode.isVisible()&&this.tree.activeNode.deactivate();if(a&&this.data.isLazy&&this.childList===null&&!this.isLoading)this._loadContent();else b.onExpand&&b.onExpand.call(this.tree,a,this)}}},expand:function(a){!this.childList&&!this.data.isLazy&&a||this.parent===null&&!a||this._expand(a)},scheduleAction:function(a,b){if(this.tree.timer){clearTimeout(this.tree.timer);logMsg("clearTimeout(%o)",this.tree.timer)}var c=this;switch(a){case "cancel":break;
|
28
|
+
case "expand":this.tree.timer=setTimeout(function(){logMsg("setTimeout: trigger");c.expand(true)},b);break;case "activate":this.tree.timer=setTimeout(function(){c.activate()},b);break;default:throw"Invalid mode "+a;}logMsg("setTimeout(%s, %s): %s",a,b,this.tree.timer)},toggleExpand:function(){this.expand(!this.bExpanded)},collapseSiblings:function(){if(this.parent!==null)for(var a=this.parent.childList,b=0;b<a.length;b++)a[b]!==this&&a[b].bExpanded&&a[b]._expand(false)},onClick:function(a){a=this.getEventTargetType(a);
|
29
|
+
if(a==="expander"){this.toggleExpand();this.focus()}else if(a==="checkbox"){this.toggleSelect();this.focus()}else{this._userActivate();a=this.span.getElementsByTagName("a");if(a[0])g.browser.msie||a[0].focus();else return true}return false},onDblClick:function(){},onKeydown:function(a){var b=true;switch(a.which){case 107:case 187:this.bExpanded||this.toggleExpand();break;case 109:case 189:this.bExpanded&&this.toggleExpand();break;case 32:this._userActivate();break;case 8:this.parent&&this.parent.focus();
|
30
|
+
break;case 37:if(this.bExpanded){this.toggleExpand();this.focus()}else this.parent&&this.parent.parent&&this.parent.focus();break;case 39:if(!this.bExpanded&&(this.childList||this.data.isLazy)){this.toggleExpand();this.focus()}else this.childList&&this.childList[0].focus();break;case 38:for(var c=this.getPrevSibling();c&&c.bExpanded&&c.childList;)c=c.childList[c.childList.length-1];if(!c&&this.parent&&this.parent.parent)c=this.parent;c&&c.focus();break;case 40:if(this.bExpanded&&this.childList)c=
|
31
|
+
this.childList[0];else{a=this._parentList(false,true);for(var d=a.length-1;d>=0;d--)if(c=a[d].getNextSibling())break}c&&c.focus();break;default:b=false}return!b},onKeypress:function(){},onFocus:function(a){var b=this.tree.options;if(a.type=="blur"||a.type=="focusout"){b.onBlur&&b.onBlur.call(this.tree,this);this.tree.tnFocused&&g(this.tree.tnFocused.span).removeClass(b.classNames.focused);this.tree.tnFocused=null;b.persist&&g.cookie(b.cookieId+"-focus","",b.cookie)}else if(a.type=="focus"||a.type==
|
32
|
+
"focusin"){if(this.tree.tnFocused&&this.tree.tnFocused!==this){this.tree.logDebug("dtnode.onFocus: out of sync: curFocus: %o",this.tree.tnFocused);g(this.tree.tnFocused.span).removeClass(b.classNames.focused)}this.tree.tnFocused=this;b.onFocus&&b.onFocus.call(this.tree,this);g(this.tree.tnFocused.span).addClass(b.classNames.focused);b.persist&&g.cookie(b.cookieId+"-focus",this.data.key,b.cookie)}},visit:function(a,b){var c=true;if(b===true){c=a(this);if(c===false||c=="skip")return c}if(this.childList)for(var d=
|
33
|
+
0;d<this.childList.length;d++){c=this.childList[d].visit(a,true);if(c===false)break}return c},visitParents:function(a,b){if(b&&a(this)===false)return false;for(var c=this.parent;c;){if(a(c)===false)return false;c=c.parent}return true},remove:function(){if(this===this.tree.root)throw"Cannot remove system root";return this.parent.removeChild(this)},removeChild:function(a){var b=this.childList;if(b.length==1){if(a!==b[0])throw"removeChild: invalid child";return this.removeChildren()}a===this.tree.activeNode&&
|
34
|
+
a.deactivate();if(this.tree.options.persist){a.bSelected&&this.tree.persistence.clearSelect(a.data.key);a.bExpanded&&this.tree.persistence.clearExpand(a.data.key)}a.removeChildren(true);this.ul.removeChild(a.li);for(var c=0;c<b.length;c++)if(b[c]===a){this.childList.splice(c,1);delete a;break}},removeChildren:function(a,b){this.tree.logDebug("%s.removeChildren(%o)",this,a);var c=this.tree,d=this.childList;if(d){for(var e=0;e<d.length;e++){var f=d[e];f===c.activeNode&&!b&&f.deactivate();if(this.tree.options.persist&&
|
35
|
+
!b){f.bSelected&&this.tree.persistence.clearSelect(f.data.key);f.bExpanded&&this.tree.persistence.clearExpand(f.data.key)}f.removeChildren(true,b);try{this.ul.removeChild(f.li)}catch(h){this.tree.logDebug("%s.removeChildren: couldnt remove LI",this,h)}delete f}this.childList=null}if(!a){this.isLoading=false;this.render()}},setTitle:function(a){this.fromDict({title:a})},reload:function(){throw"Use reloadChildren() instead";},reloadChildren:function(a){if(this.parent===null)throw"Use tree.reload() instead";
|
36
|
+
else if(!this.data.isLazy)throw"node.reloadChildren() requires lazy nodes.";if(a){var b=this,c="nodeLoaded.dynatree."+this.tree.$tree.attr("id")+"."+this.data.key;this.tree.$tree.bind(c,function(d,e,f){b.tree.$tree.unbind(c);b.tree.logInfo("loaded %o, %o, %o",d,e,f);if(e!==b)throw"got invalid load event";a.call(b.tree,e,f)})}this.removeChildren();this._loadContent()},loadKeyPath:function(a,b,c){this.tree.logDebug("%s.loadKeyPath(%s, %s)",this,a,b);if(a===""){this.tree.logDebug("%s.loadKeyPath(%s, %s): end node!",
|
37
|
+
this,a,b);b&&this.makeVisible()}else{var d=a.split(this.tree.options.keyPathSeparator);if(d[0]=="")throw"Key path must be relative (don't start with '/')";for(var e=d.shift(),f=0;f<this.childList.length;f++){var h=this.childList[f];if(h.data.key===e){if(h.data.isLazy&&(h.childlist===null||h.childlist===undefined)){this.tree.logDebug("%s.loadKeyPath(%s, %s) -> reloading %s...",this,a,b,h);var i=this;h.reloadChildren(function(j,m){if(m){i.tree.logDebug("%s.loadKeyPath(%s, %s) -> reloaded %s.",j,a,b,
|
38
|
+
j);j.loadKeyPath(d.join(i.tree.options.keyPathSeparator),b,c)}else this.tree.logWarning("%s.loadKeyPath(%s, %s) -> reloadChildren() failed.",i,a,b)})}else h.loadKeyPath(d.join(this.tree.options.keyPathSeparator),b,c);return}}this.tree.logWarning("Node not found: "+e)}},resetLazy:function(){if(this.parent===null)throw"Use tree.reload() instead";else if(!this.data.isLazy)throw"node.resetLazy() requires lazy nodes.";this.expand(false);this.removeChildren()},_addChildNode:function(a,b){var c=this.tree,
|
39
|
+
d=c.options,e=c.persistence;a.parent=this;if(this.childList===null)this.childList=[];else b||g(this.childList[this.childList.length-1].span).removeClass(d.classNames.lastsib);if(b){var f=g.inArray(b,this.childList);if(f<0)throw"<beforeNode> must be a child of <this>";this.childList.splice(f,0,a)}else this.childList.push(a);f=c.isInitializing();if(d.persist&&e.cookiesFound&&f){if(e.activeKey==a.data.key)c.activeNode=a;if(e.focusedKey==a.data.key)c.focusNode=a;a.bExpanded=g.inArray(a.data.key,e.expandedKeyList)>=
|
40
|
+
0;a.bSelected=g.inArray(a.data.key,e.selectedKeyList)>=0}else{if(a.data.activate){c.activeNode=a;if(d.persist)e.activeKey=a.data.key}if(a.data.focus){c.focusNode=a;if(d.persist)e.focusedKey=a.data.key}a.bExpanded=a.data.expand===true;a.bExpanded&&d.persist&&e.addExpand(a.data.key);a.bSelected=a.data.select===true;a.bSelected&&d.persist&&e.addSelect(a.data.key)}if(d.minExpandLevel>=a.getLevel())this.bExpanded=true;if(a.bSelected&&d.selectMode==3)for(d=this;d;){d.hasSubSel||d._setSubSel(true);d=d.parent}c.bEnableUpdate&&
|
41
|
+
this.render();return a},addChild:function(a,b){if(!(!a||a.length===0)){if(a instanceof p)return this._addChildNode(a,b);a.length||(a=[a]);for(var c=this.tree.enableUpdate(false),d=null,e=0;e<a.length;e++){var f=a[e],h=this._addChildNode(new p(this,this.tree,f),b);d||(d=h);f.children&&h.addChild(f.children,null)}this.tree.enableUpdate(c);return d}},append:function(a){this.tree.logWarning("node.append() is deprecated (use node.addChild() instead).");return this.addChild(a,null)},appendAjax:function(a){this.removeChildren(false,
|
42
|
+
true);this.setLazyNodeStatus(DTNodeStatus_Loading);var b=this,c=a.success,d=a.error,e="nodeLoaded.dynatree."+this.tree.$tree.attr("id")+"."+this.data.key,f=g.extend({},this.tree.options.ajaxDefaults,a,{success:function(h){var i=b.tree.phase;b.tree.phase="init";b.addChild(h,null);b.tree.phase="postInit";b.setLazyNodeStatus(DTNodeStatus_Ok);c&&c.call(f,b);b.tree.logInfo("trigger "+e);b.tree.$tree.trigger(e,[b,true]);b.tree.phase=i},error:function(h,i,j){b.tree.logWarning("appendAjax failed:",i,":\n",
|
43
|
+
h,"\n",j);b.setLazyNodeStatus(DTNodeStatus_Error,{info:i,tooltip:""+j});d&&d.call(f,b,h,i,j);b.tree.$tree.trigger(e,[b,false])}});g.ajax(f)},move:function(a,b){if(this!==a){if(!this.parent)throw"Cannot move system root";if(b===undefined||b=="over")b="child";var c=this.parent,d=b==="child"?a:a.parent;if(d.isDescendantOf(this))throw"Cannot move a node to it's own descendant";if(this.parent.childList.length==1){this.parent.childList=null;this.parent.bExpanded=false}else{var e=g.inArray(this,this.parent.childList);
|
44
|
+
if(e<0)throw"Internal error";this.parent.childList.splice(e,1)}this.parent.ul.removeChild(this.li);this.parent=d;if(d.hasChildren())switch(b){case "child":d.childList.push(this);break;case "before":e=g.inArray(a,d.childList);if(e<0)throw"Internal error";d.childList.splice(e,0,this);break;case "after":e=g.inArray(a,d.childList);if(e<0)throw"Internal error";d.childList.splice(e+1,0,this);break;default:throw"Invalid mode "+b;}else{d.childList=[this];if(!d.ul){d.ul=document.createElement("ul");d.ul.style.display=
|
45
|
+
"none";d.li.appendChild(d.ul)}}d.ul.appendChild(this.li);if(this.tree!==a.tree){this.visit(function(f){f.tree=a.tree},null,true);throw"Not yet implemented.";}c.isDescendantOf(d)||c.render();d.isDescendantOf(c)||d.render()}},lastentry:undefined};var n=o.create();n._getTreePersistData=function(a,b){var c=new n(a,b);c.read();return c.toDict()};getDynaTreePersistData=n._getTreePersistData;n.prototype={initialize:function(a,b){this._log("DynaTreeStatus: initialize");if(a===undefined)a=g.ui.dynatree.prototype.options.cookieId;
|
46
|
+
b=g.extend({},g.ui.dynatree.prototype.options.cookie,b);this.cookieId=a;this.cookieOpts=b;this.cookiesFound=undefined;this.selectedKeyList=this.expandedKeyList=this.focusedKey=this.activeKey=null},_log:function(){Array.prototype.unshift.apply(arguments,["debug"]);_log.apply(this,arguments)},read:function(){this._log("DynaTreeStatus: read");this.cookiesFound=false;var a=g.cookie(this.cookieId+"-active");this.activeKey=a===null?"":a;if(a!==null)this.cookiesFound=true;a=g.cookie(this.cookieId+"-focus");
|
47
|
+
this.focusedKey=a===null?"":a;if(a!==null)this.cookiesFound=true;a=g.cookie(this.cookieId+"-expand");this.expandedKeyList=a===null?[]:a.split(",");if(a!==null)this.cookiesFound=true;a=g.cookie(this.cookieId+"-select");this.selectedKeyList=a===null?[]:a.split(",");if(a!==null)this.cookiesFound=true},write:function(){this._log("DynaTreeStatus: write");g.cookie(this.cookieId+"-active",this.activeKey===null?"":this.activeKey,this.cookieOpts);g.cookie(this.cookieId+"-focus",this.focusedKey===null?"":this.focusedKey,
|
48
|
+
this.cookieOpts);g.cookie(this.cookieId+"-expand",this.expandedKeyList===null?"":this.expandedKeyList.join(","),this.cookieOpts);g.cookie(this.cookieId+"-select",this.selectedKeyList===null?"":this.selectedKeyList.join(","),this.cookieOpts)},addExpand:function(a){this._log("addExpand(%o)",a);if(g.inArray(a,this.expandedKeyList)<0){this.expandedKeyList.push(a);g.cookie(this.cookieId+"-expand",this.expandedKeyList.join(","),this.cookieOpts)}},clearExpand:function(a){this._log("clearExpand(%o)",a);a=
|
49
|
+
g.inArray(a,this.expandedKeyList);if(a>=0){this.expandedKeyList.splice(a,1);g.cookie(this.cookieId+"-expand",this.expandedKeyList.join(","),this.cookieOpts)}},addSelect:function(a){this._log("addSelect(%o)",a);if(g.inArray(a,this.selectedKeyList)<0){this.selectedKeyList.push(a);g.cookie(this.cookieId+"-select",this.selectedKeyList.join(","),this.cookieOpts)}},clearSelect:function(a){this._log("clearSelect(%o)",a);a=g.inArray(a,this.selectedKeyList);if(a>=0){this.selectedKeyList.splice(a,1);g.cookie(this.cookieId+
|
50
|
+
"-select",this.selectedKeyList.join(","),this.cookieOpts)}},isReloading:function(){return this.cookiesFound===true},toDict:function(){return{cookiesFound:this.cookiesFound,activeKey:this.activeKey,focusedKey:this.activeKey,expandedKeyList:this.expandedKeyList,selectedKeyList:this.selectedKeyList}},lastentry:undefined};var q=o.create();q.version="$Version:$";q.prototype={initialize:function(a){this.phase="init";this.$widget=a;this.options=a.options;this.$tree=a.element;this.timer=null;this.divTree=
|
51
|
+
this.$tree.get(0);l(this)},_load:function(){var a=this.options;this.bEnableUpdate=true;this._nodeCount=1;this.focusNode=this.activeNode=null;a.rootVisible!==undefined&&_log("warn","Option 'rootVisible' is no longer supported.");a.title!==undefined&&_log("warn","Option 'title' is no longer supported.");if(a.minExpandLevel<1){_log("warn","Option 'minExpandLevel' must be >= 1.");a.minExpandLevel=1}if(a.classNames!==g.ui.dynatree.prototype.options.classNames)a.classNames=g.extend({},g.ui.dynatree.prototype.options.classNames,
|
52
|
+
a.classNames);a.imagePath||g("script").each(function(){if(this.src.search(/.*dynatree[^\/]*\.js$/i)>=0){a.imagePath=this.src.indexOf("/")>=0?this.src.slice(0,this.src.lastIndexOf("/"))+"/skin/":"skin/";logMsg("Guessing imagePath from '%s': '%s'",this.src,a.imagePath);return false}});this.persistence=new n(a.cookieId,a.cookie);if(a.persist){g.cookie||_log("warn","Please include jquery.cookie.js to use persistence.");this.persistence.read()}this.logDebug("DynaTree.persistence: %o",this.persistence.toDict());
|
53
|
+
this.cache={tagEmpty:"<span class='"+a.classNames.empty+"'></span>",tagVline:"<span class='"+a.classNames.vline+"'></span>",tagExpander:"<span class='"+a.classNames.expander+"'></span>",tagConnector:"<span class='"+a.classNames.connector+"'></span>",tagNodeIcon:"<span class='"+a.classNames.nodeIcon+"'></span>",tagCheckbox:"<span class='"+a.classNames.checkbox+"'></span>",lastentry:undefined};if(a.children||a.initAjax&&a.initAjax.url||a.initId)g(this.divTree).empty();else this.divRoot&&g(this.divRoot).remove();
|
54
|
+
this.tnRoot=new p(null,this,{});this.tnRoot.render();this.divTree.appendChild(this.tnRoot.ul);var b=this.tnRoot,c=a.persist&&this.persistence.isReloading(),d=false,e=this.enableUpdate(false);this.logDebug("Dynatree._load(): read tree structure...");if(a.children)b.addChild(a.children);else if(a.initAjax&&a.initAjax.url){d=true;b.data.isLazy=true;this._reloadAjax()}else if(a.initId)this._createFromTag(b,g("#"+a.initId));else{var f=this.$tree.find(">ul:first").hide();this._createFromTag(b,f);f.remove()}this._checkConsistency();
|
55
|
+
this.logDebug("Dynatree._load(): render nodes...");this.enableUpdate(e);this.logDebug("Dynatree._load(): bind events...");this.$widget.bind();this.logDebug("Dynatree._load(): postInit...");this.phase="postInit";a.persist&&this.persistence.write();if(this.focusNode&&this.focusNode.isVisible()){this.logDebug("Focus on init: %o",this.focusNode);this.focusNode.focus()}!d&&a.onPostInit&&a.onPostInit.call(this,c,false);this.phase="idle"},_setNoUpdate:function(a){var b=this.options,c={fx:b.fx,autoFocus:b.autoFocus,
|
56
|
+
autoCollapse:b.autoCollapse};if(a===true){b.autoFocus=false;b.fx=null;b.autoCollapse=false}else{b.autoFocus=a.autoFocus;b.fx=a.fx;b.autoCollapse=a.autoCollapse}return c},_reloadAjax:function(){var a=this.options;if(!a.initAjax||!a.initAjax.url)throw"tree.reload() requires 'initAjax' mode.";var b=this.persistence,c=g.extend({},a.initAjax);if(c.addActiveKey)c.data.activeKey=b.activeKey;if(c.addFocusedKey)c.data.focusedKey=b.focusedKey;if(c.addExpandedKeyList)c.data.expandedKeyList=b.expandedKeyList.join(",");
|
51
57
|
if(c.addSelectedKeyList)c.data.selectedKeyList=b.selectedKeyList.join(",");if(a.onPostInit){c.success&&this.logWarning("initAjax: success callback is ignored when onPostInit was specified.");c.error&&this.logWarning("initAjax: error callback is ignored when onPostInit was specified.");var d=b.isReloading();c.success=function(e){a.onPostInit.call(e.tree,d,false)};c.error=function(e){a.onPostInit.call(e.tree,d,true)}}this.logDebug("Dynatree._init(): send Ajax request...");this.tnRoot.appendAjax(c)},
|
52
58
|
toString:function(){return"Dynatree '"+this.$tree.attr("id")+"'"},toDict:function(){return this.tnRoot.toDict(true)},getPersistData:function(){return this.persistence.toDict()},logDebug:function(){if(this.options.debugLevel>=2){Array.prototype.unshift.apply(arguments,["debug"]);_log.apply(this,arguments)}},logInfo:function(){if(this.options.debugLevel>=1){Array.prototype.unshift.apply(arguments,["info"]);_log.apply(this,arguments)}},logWarning:function(){Array.prototype.unshift.apply(arguments,["warn"]);
|
53
|
-
_log.apply(this,arguments)},isInitializing:function(){return this.phase=="init"||this.phase=="postInit"},isReloading:function(){return(this.phase=="init"||this.phase=="postInit")&&this.options.persist&&this.persistence.cookiesFound},isUserEvent:function(){return this.phase=="userEvent"},redraw:function(){this.logDebug("dynatree.redraw()...");this.tnRoot.render();this.logDebug("dynatree.redraw() done.")},
|
54
|
-
|
55
|
-
if(!a){this.activeNode&&this.activeNode.deactivate();return this.activeNode=null}a.focus();a.activate();return a},
|
56
|
-
d.html();var f=e.search(/<ul/i);e=f>=0?g.trim(e.substring(0,f)):g.trim(e)}e={title:e,isFolder:d.hasClass("folder"),isLazy:d.hasClass("lazy"),expand:d.hasClass("expanded"),select:d.hasClass("selected"),
|
57
|
-
f+"'";}}e=a.addChild(e);d=d.find(">ul:first");d.length&&c._createFromTag(e,d)})},_checkConsistency:function(){},_setDndStatus:function(a,b,c,d,e){a=a?g(a.span):null;b=
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
if(c.
|
59
|
+
_log.apply(this,arguments)},isInitializing:function(){return this.phase=="init"||this.phase=="postInit"},isReloading:function(){return(this.phase=="init"||this.phase=="postInit")&&this.options.persist&&this.persistence.cookiesFound},isUserEvent:function(){return this.phase=="userEvent"},redraw:function(){this.logDebug("dynatree.redraw()...");this.tnRoot.render();this.logDebug("dynatree.redraw() done.")},reload:function(){this._load()},getRoot:function(){return this.tnRoot},enable:function(){this.$widget.enable()},
|
60
|
+
disable:function(){this.$widget.disable()},getNodeByKey:function(a){var b=document.getElementById(this.options.idPrefix+a);if(b)return b.dtnode?b.dtnode:null;var c=null;this.visit(function(d){if(d.data.key==a){c=d;return false}},true);return c},getActiveNode:function(){return this.activeNode},reactivate:function(a){var b=this.activeNode;if(b){this.activeNode=null;b.activate();a&&b.focus()}},getSelectedNodes:function(a){var b=[];this.tnRoot.visit(function(c){if(c.bSelected){b.push(c);if(a===true)return"skip"}});
|
61
|
+
return b},activateKey:function(a){a=a===null?null:this.getNodeByKey(a);if(!a){this.activeNode&&this.activeNode.deactivate();return this.activeNode=null}a.focus();a.activate();return a},loadKeyPath:function(a,b,c){a=a.split(this.options.keyPathSeparator);a[0]==""&&a.shift();if(a[0]==this.tnRoot.data.key){this.logDebug("Removed leading root key.");a.shift()}a=a.join(this.options.keyPathSeparator);return this.tnRoot.loadKeyPath(a,b,c)},selectKey:function(a,b){var c=this.getNodeByKey(a);if(!c)return null;
|
62
|
+
c.select(b);return c},enableUpdate:function(a){if(this.bEnableUpdate==a)return a;(this.bEnableUpdate=a)&&this.redraw();return!a},visit:function(a,b){return this.tnRoot.visit(a,b)},_createFromTag:function(a,b){var c=this;b.find(">li").each(function(){var d=g(this),e=d.find(">span:first");if(e.length)e=e.html();else{e=d.html();var f=e.search(/<ul/i);e=f>=0?g.trim(e.substring(0,f)):g.trim(e)}e={title:e,isFolder:d.hasClass("folder"),isLazy:d.hasClass("lazy"),expand:d.hasClass("expanded"),select:d.hasClass("selected"),
|
63
|
+
activate:d.hasClass("active"),focus:d.hasClass("focused"),noLink:d.hasClass("noLink")};if(d.attr("title"))e.tooltip=d.attr("title");if(d.attr("id"))e.key=d.attr("id");if(d.attr("data"))if(f=g.trim(d.attr("data"))){if(f.charAt(0)!="{")f="{"+f+"}";try{g.extend(e,eval("("+f+")"))}catch(h){throw"Error parsing node data: "+h+"\ndata:\n'"+f+"'";}}e=a.addChild(e);d=d.find(">ul:first");d.length&&c._createFromTag(e,d)})},_checkConsistency:function(){},_setDndStatus:function(a,b,c,d,e){a=a?g(a.span):null;b=
|
64
|
+
g(b.span);if(!this.$dndMarker){this.$dndMarker=g("<div id='dynatree-drop-marker'></div>").hide().prependTo("body");logMsg("Creating marker: %o",this.$dndMarker)}if(d==="after"||d==="before"||d==="over"){var f=b.position();switch(d){case "before":this.$dndMarker.removeClass("dynatree-drop-after dynatree-drop-over");this.$dndMarker.addClass("dynatree-drop-before");f.top-=8;break;case "after":this.$dndMarker.removeClass("dynatree-drop-before dynatree-drop-over");this.$dndMarker.addClass("dynatree-drop-after");
|
65
|
+
f.top+=8;break;default:this.$dndMarker.removeClass("dynatree-drop-after dynatree-drop-before");this.$dndMarker.addClass("dynatree-drop-over");b.addClass("dynatree-drop-target");f.left+=8}this.$dndMarker.css({left:f.left+"px",top:f.top+"px"}).show()}else{b.removeClass("dynatree-drop-target");this.$dndMarker.hide()}d==="after"?b.addClass("dynatree-drop-after"):b.removeClass("dynatree-drop-after");d==="before"?b.addClass("dynatree-drop-before"):b.removeClass("dynatree-drop-before");if(e===true){a&&a.addClass("dynatree-drop-accept");
|
66
|
+
b.addClass("dynatree-drop-accept");c.addClass("dynatree-drop-accept")}else{a&&a.removeClass("dynatree-drop-accept");b.removeClass("dynatree-drop-accept");c.removeClass("dynatree-drop-accept")}if(e===false){a&&a.addClass("dynatree-drop-reject");b.addClass("dynatree-drop-reject");c.addClass("dynatree-drop-reject")}else{a&&a.removeClass("dynatree-drop-reject");b.removeClass("dynatree-drop-reject");c.removeClass("dynatree-drop-reject")}},_onDragEvent:function(a,b,c,d,e,f){a!=="over"&&this.logDebug("tree._onDragEvent(%s, %o, %o) - %o",
|
67
|
+
a,b,c,this);var h=this.options.dnd,i=null,j=g(b.span);switch(a){case "helper":c=g("<div class='dynatree-drag-helper'><span class='dynatree-drag-helper-img' /></div>").append(g(d.target).closest("a").clone());c.data("dtSourceNode",b);logMsg("helper.sourceNode=%o",c.data("dtSourceNode"));i=c;break;case "start":if(b.isStatusNode())i=false;else if(h.onDragStart)i=h.onDragStart(b);if(i===false){this.logDebug("tree.onDragStart() cancelled");e.helper.trigger("mouseup");e.helper.hide()}else j.addClass("dynatree-drag-source");
|
68
|
+
break;case "enter":i=h.onDragEnter?h.onDragEnter(b,c):null;i={over:i!==false&&(i===true||i==="over"||g.inArray("over",i)>=0),before:i!==false&&(i===true||i==="before"||g.inArray("before",i)>=0),after:i!==false&&(i===true||i==="after"||g.inArray("after",i)>=0)};e.helper.data("enterResponse",i);this.logDebug("helper.enterResponse: %o",i);break;case "over":f=e.helper.data("enterResponse");a=null;if(f===false)break;else if(typeof f==="string")a=f;else{var m=j.position();d={x:d.clientX-m.left,y:d.clientY-
|
69
|
+
m.top};j={x:d.x/j.width(),y:d.y/j.height()};if(f.after&&j.y>0.75)a="after";else if(!f.over&&f.after&&j.y>0.5)a="after";else if(f.before&&j.y<=0.25)a="before";else if(!f.over&&f.before&&j.y<=0.5)a="before";else if(f.over)a="over";if(h.preventVoidMoves)if(b===c){logMsg(" drop over source node prevented");a=null}else if(a==="before"&&c&&b===c.getNextSibling()){logMsg(" drop after source node prevented");a=null}else if(a==="after"&&c&&b===c.getPrevSibling()){logMsg(" drop before source node prevented");
|
70
|
+
a=null}else if(a==="over"&&c&&c.parent===b&&c.isLastSibling()){logMsg(" drop last child over own parent prevented");a=null}logMsg("hitMode: %s - %s - %s",a,b.parent===c,b.isLastSibling());e.helper.data("hitMode",a)}a==="over"&&h.autoExpandMS&&b.hasChildren()!==false&&!b.bExpanded&&b.scheduleAction("expand",h.autoExpandMS);if(a&&h.onDragOver)i=h.onDragOver(b,c,a);this._setDndStatus(c,b,e.helper,a,i!==false);break;case "drop":(a=e.helper.data("hitMode"))&&h.onDrop&&h.onDrop(b,c,a,e,f);break;case "leave":b.scheduleAction("cancel");
|
71
|
+
e.helper.data("enterResponse",null);e.helper.data("hitMode",null);this._setDndStatus(c,b,e.helper,"out",undefined);h.onDragLeave&&h.onDragLeave(b,c);break;case "stop":j.removeClass("dynatree-drag-source");h.onDragStop&&h.onDragStop(b);break;default:throw"Unsupported drag event: "+a;}return i},lastentry:undefined};g.widget("ui.dynatree",{_init:function(){if(parseFloat(g.ui.version)<1.8){_log("warn","ui.dynatree._init() was called; you should upgrade to jquery.ui.core.js v1.8 or higher.");return this._create()}_log("debug",
|
72
|
+
"ui.dynatree._init() was called; no current default functionality.")},_create:function(){logMsg("Dynatree._create(): version='%s', debugLevel=%o.",q.version,this.options.debugLevel);this.options.event+=".dynatree";this.element.get(0);this.tree=new q(this);this.tree._load();this.tree.logDebug("Dynatree._init(): done.")},bind:function(){function a(e){e=e=g.event.fix(e||window.event);var f=k(e.target);return f?f.onFocus(e):false}var b=this.element,c=this.options;this.unbind();var d="click.dynatree dblclick.dynatree";
|
73
|
+
if(c.keyboard)d+=" keypress.dynatree keydown.dynatree";b.bind(d,function(e){var f=k(e.target);if(!f)return true;var h=f.tree.phase;f.tree.phase="userEvent";try{f.tree.logDebug("bind(%o): dtnode: %o",e,f);switch(e.type){case "click":return c.onClick&&c.onClick(f,e)===false?false:f.onClick(e);case "dblclick":return c.onDblClick&&c.onDblClick(f,e)===false?false:f.onDblClick(e);case "keydown":return c.onKeydown&&c.onKeydown(f,e)===false?false:f.onKeydown(e);case "keypress":return c.onKeypress&&c.onKeypress(f,
|
65
74
|
e)===false?false:f.onKeypress(e)}}catch(i){f.tree.logWarning("bind(%o): dtnode: %o, error: %o",e,f,i)}finally{f.tree.phase=h}});b=this.tree.divTree;if(b.addEventListener){b.addEventListener("focus",a,true);b.addEventListener("blur",a,true)}else b.onfocusin=b.onfocusout=a},unbind:function(){this.element.unbind(".dynatree")},enable:function(){this.bind();g.Widget.prototype.enable.apply(this,arguments)},disable:function(){this.unbind();g.Widget.prototype.disable.apply(this,arguments)},getTree:function(){return this.tree},
|
66
|
-
getRoot:function(){return this.tree.getRoot()},getActiveNode:function(){return this.tree.getActiveNode()},getSelectedNodes:function(){return this.tree.getSelectedNodes()},lastentry:undefined});g.ui.dynatree.prototype.options={title:"Dynatree",minExpandLevel:1,imagePath:null,children:null,initId:null,initAjax:null,autoFocus:true,keyboard:true,persist:false,autoCollapse:false,clickFolderMode:3,activeVisible:true,checkbox:false,selectMode:2,fx:null,
|
67
|
-
|
75
|
+
getRoot:function(){return this.tree.getRoot()},getActiveNode:function(){return this.tree.getActiveNode()},getSelectedNodes:function(){return this.tree.getSelectedNodes()},lastentry:undefined});g.ui.dynatree.prototype.options={title:"Dynatree",minExpandLevel:1,imagePath:null,children:null,initId:null,initAjax:null,autoFocus:true,keyboard:true,persist:false,autoCollapse:false,clickFolderMode:3,activeVisible:true,checkbox:false,selectMode:2,fx:null,noLink:false,onClick:null,onDblClick:null,onKeydown:null,
|
76
|
+
onKeypress:null,onFocus:null,onBlur:null,onQueryActivate:null,onQuerySelect:null,onQueryExpand:null,onPostInit:null,onActivate:null,onDeactivate:null,onSelect:null,onExpand:null,onLazyRead:null,dnd:{onDragStart:null,onDragStop:null,autoExpandMS:1E3,preventVoidMoves:true,onDragEnter:null,onDragOver:null,onDrop:null,onDragLeave:null},ajaxDefaults:{cache:false,dataType:"json"},strings:{loading:"Loading…",loadError:"Load error!"},generateIds:false,idPrefix:"dynatree-id-",keyPathSeparator:"/",cookieId:"dynatree",
|
68
77
|
cookie:{expires:null},classNames:{container:"dynatree-container",node:"dynatree-node",folder:"dynatree-folder",empty:"dynatree-empty",vline:"dynatree-vline",expander:"dynatree-expander",connector:"dynatree-connector",checkbox:"dynatree-checkbox",nodeIcon:"dynatree-icon",title:"dynatree-title",noConnector:"dynatree-no-connector",nodeError:"dynatree-statusnode-error",nodeWait:"dynatree-statusnode-wait",hidden:"dynatree-hidden",combinedExpanderPrefix:"dynatree-exp-",combinedIconPrefix:"dynatree-ico-",
|
69
|
-
hasChildren:"dynatree-has-children",active:"dynatree-active",selected:"dynatree-selected",expanded:"dynatree-expanded",lazy:"dynatree-lazy",focused:"dynatree-focused",partsel:"dynatree-partsel",lastsib:"dynatree-lastsib"},debugLevel:
|
70
|
-
false,
|
71
|
-
a,b,c)}},drag:function(a,b){var c=g(this).data("draggable"),d=b.helper.data("dtSourceNode")||null,e=b.helper.data("dtTargetNode")||null,f=
|
72
|
-
var f=a.type;logMsg(" type: %o, downEvent: %o, upEvent: %o",f,c._mouseDownEvent,a);(f=f=="mouseup"&&a.which==1)||logMsg("Drag was cancelled");if(e){f&&e.tree._onDragEvent("drop",
|
78
|
+
hasChildren:"dynatree-has-children",active:"dynatree-active",selected:"dynatree-selected",expanded:"dynatree-expanded",lazy:"dynatree-lazy",focused:"dynatree-focused",partsel:"dynatree-partsel",lastsib:"dynatree-lastsib"},debugLevel:2,lastentry:undefined};g.ui.dynatree.nodedatadefaults={title:null,key:null,isFolder:false,isLazy:false,tooltip:null,icon:null,addClass:null,noLink:false,activate:false,focus:false,expand:false,select:false,hideCheckbox:false,unselectable:false,children:null,lastentry:undefined};
|
79
|
+
var r=false,s=function(){if(!r){g.ui.plugin.add("draggable","connectToDynatree",{start:function(a,b){var c=g(this).data("draggable"),d=b.helper.data("dtSourceNode")||null;logMsg("draggable-connectToDynatree.start, %s",d);logMsg(" this: %o",this);logMsg(" event: %o",a);logMsg(" draggable: %o",c);logMsg(" ui: %o",b);if(d){c.offset.click.top=-2;c.offset.click.left=+16;logMsg(" draggable.offset.click FIXED: %s/%s",c.offset.click.left,c.offset.click.top);return d.tree._onDragEvent("start",
|
80
|
+
d,null,a,b,c)}},drag:function(a,b){var c=g(this).data("draggable"),d=b.helper.data("dtSourceNode")||null,e=b.helper.data("dtTargetNode")||null,f=k(a.target);if(a.target&&!f)if(g(a.target).closest("div.dynatree-drag-helper,#dynatree-drop-marker").length>0){logMsg("Drag event over helper: ignored.");return}b.helper.data("dtTargetNode",f);e&&e!==f&&e.tree._onDragEvent("leave",e,d,a,b,c);if(f)if(f.tree.options.dnd.onDrop)f===e?f.tree._onDragEvent("over",f,d,a,b,c):f.tree._onDragEvent("enter",f,d,a,b,
|
81
|
+
c)},stop:function(a,b){var c=g(this).data("draggable"),d=b.helper.data("dtSourceNode")||null,e=b.helper.data("dtTargetNode")||null;logMsg("draggable-connectToDynatree.stop: targetNode(from event): %s, dtTargetNode: %s",e,b.helper.data("dtTargetNode"));logMsg("draggable-connectToDynatree.stop, %s",d);var f=a.type;logMsg(" type: %o, downEvent: %o, upEvent: %o",f,c._mouseDownEvent,a);logMsg(" targetNode: %o",e);(f=f=="mouseup"&&a.which==1)||logMsg("Drag was cancelled");if(e){f&&e.tree._onDragEvent("drop",
|
82
|
+
e,d,a,b,c);e.tree._onDragEvent("leave",e,d,a,b,c)}d&&d.tree._onDragEvent("stop",d,null,a,b,c)}});r=true}}})(jQuery);
|
@@ -3,10 +3,10 @@
|
|
3
3
|
.blackberry .emulator {
|
4
4
|
background: image_url("emulators/blackberry.torch.portrait.png") no-repeat;
|
5
5
|
width: 534px;
|
6
|
-
height:
|
6
|
+
height: 852px;
|
7
7
|
.display-area {
|
8
8
|
position: relative;
|
9
|
-
top:
|
9
|
+
top: 157px;
|
10
10
|
width: 360px;
|
11
11
|
height: 480px;
|
12
12
|
max-height: 480px;
|
Binary file
|
Binary file
|
@@ -1,9 +1,10 @@
|
|
1
1
|
// Generated by compass-jquery-plugin/gem-tasks/emulators.rake
|
2
2
|
|
3
3
|
.iphone .emulator {
|
4
|
+
margin-top: 56px;
|
4
5
|
background: image_url("emulators/iphone.portrait.png") no-repeat;
|
5
6
|
width: 390px;
|
6
|
-
height:
|
7
|
+
height: 740px;
|
7
8
|
.display-area {
|
8
9
|
position: relative;
|
9
10
|
top: 138px;
|
@@ -1,12 +1,13 @@
|
|
1
1
|
// Generated by compass-jquery-plugin/gem-tasks/emulators.rake
|
2
2
|
|
3
3
|
.palm .emulator {
|
4
|
+
margin-top: 56px;
|
4
5
|
background: image_url("emulators/palm.pre.portrait.png") no-repeat;
|
5
6
|
width: 416px;
|
6
|
-
height:
|
7
|
+
height: 740px;
|
7
8
|
.display-area {
|
8
9
|
position: relative;
|
9
|
-
top:
|
10
|
+
top: 126px;
|
10
11
|
width: 320px;
|
11
12
|
height: 460px;
|
12
13
|
max-height: 460px;
|
Binary file
|
File without changes
|
@@ -0,0 +1,7 @@
|
|
1
|
+
require 'jquery/ical'
|
2
|
+
require 'jquery/ical/helpers/ui_event_helper'
|
3
|
+
|
4
|
+
ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :ical => ['compiled/jquery/ical.css']
|
5
|
+
ActionView::Helpers::AssetTagHelper.register_javascript_expansion :ical => ['jquery.ical.min']
|
6
|
+
|
7
|
+
ActionView::Base.send :include, Ical::Helpers::UiEventHelper
|
File without changes
|
File without changes
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// Generated by compass-jquery-plugin/gem-tasks/
|
1
|
+
// Generated by compass-jquery-plugin/gem-tasks/ical.rake
|
2
2
|
|
3
3
|
/*****************************************************************************
|
4
4
|
* FILE: anytime.css - The Any+Time(TM) JavaScript Library (stylesheet)
|
File without changes
|
File without changes
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# Generated by compass-jquery-plugin/gem-tasks/ical.rake
|
2
|
+
# Install with: compass install jquery/ical
|
3
|
+
|
4
|
+
file 'app/views/shared/_ui_event_for.js.haml'
|
5
|
+
file 'config/initializers/ical.rb'
|
6
|
+
javascript 'jquery.ical.js'
|
7
|
+
javascript 'jquery.ical.min.js'
|
8
|
+
stylesheet 'jquery/ical.scss'
|
9
|
+
image 'jquery/ical/calendar.png'
|
10
|
+
image 'jquery/ical/clock.png'
|
@@ -5,4 +5,4 @@ ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_apple =
|
|
5
5
|
ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_default => ['compiled/jquery/touch/default.css']
|
6
6
|
ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :jqt_jqt => ['compiled/jquery/touch/jqt.css']
|
7
7
|
|
8
|
-
ActionView::Helpers::AssetTagHelper.register_javascript_expansion :jqtouch => ['jquery-1.4.
|
8
|
+
ActionView::Helpers::AssetTagHelper.register_javascript_expansion :jqtouch => ['jquery-1.4.4.min', 'jquery.jqtouch.min']
|
@@ -29,267 +29,6 @@ image 'jquery/touch/sw/button-cancel.png'
|
|
29
29
|
image 'jquery/touch/sw/button-done.png'
|
30
30
|
image 'jquery/touch/sw/header.png'
|
31
31
|
image 'jquery/touch/sw/slot-border.png'
|
32
|
-
image 'jquery/touch/glyphish/icons/01-refresh.png'
|
33
|
-
image 'jquery/touch/glyphish/icons/02-redo.png'
|
34
|
-
image 'jquery/touch/glyphish/icons/03-loopback.png'
|
35
|
-
image 'jquery/touch/glyphish/icons/04-squiggle.png'
|
36
|
-
image 'jquery/touch/glyphish/icons/05-shuffle.png'
|
37
|
-
image 'jquery/touch/glyphish/icons/06-magnifying-glass.png'
|
38
|
-
image 'jquery/touch/glyphish/icons/07-map-marker.png'
|
39
|
-
image 'jquery/touch/glyphish/icons/08-chat.png'
|
40
|
-
image 'jquery/touch/glyphish/icons/09-chat2.png'
|
41
|
-
image 'jquery/touch/glyphish/icons/10-medical.png'
|
42
|
-
image 'jquery/touch/glyphish/icons/100-coffee.png'
|
43
|
-
image 'jquery/touch/glyphish/icons/101-gameplan.png'
|
44
|
-
image 'jquery/touch/glyphish/icons/102-walk.png'
|
45
|
-
image 'jquery/touch/glyphish/icons/103-map.png'
|
46
|
-
image 'jquery/touch/glyphish/icons/104-index-cards.png'
|
47
|
-
image 'jquery/touch/glyphish/icons/105-piano.png'
|
48
|
-
image 'jquery/touch/glyphish/icons/106-sliders.png'
|
49
|
-
image 'jquery/touch/glyphish/icons/107-widescreen.png'
|
50
|
-
image 'jquery/touch/glyphish/icons/108-badge.png'
|
51
|
-
image 'jquery/touch/glyphish/icons/109-chicken.png'
|
52
|
-
image 'jquery/touch/glyphish/icons/11-clock.png'
|
53
|
-
image 'jquery/touch/glyphish/icons/110-bug.png'
|
54
|
-
image 'jquery/touch/glyphish/icons/111-user.png'
|
55
|
-
image 'jquery/touch/glyphish/icons/112-group.png'
|
56
|
-
image 'jquery/touch/glyphish/icons/113-navigation.png'
|
57
|
-
image 'jquery/touch/glyphish/icons/114-balloon.png'
|
58
|
-
image 'jquery/touch/glyphish/icons/115-bow-and-arrow.png'
|
59
|
-
image 'jquery/touch/glyphish/icons/116-controller.png'
|
60
|
-
image 'jquery/touch/glyphish/icons/117-todo.png'
|
61
|
-
image 'jquery/touch/glyphish/icons/118-coathanger.png'
|
62
|
-
image 'jquery/touch/glyphish/icons/119-piggybank.png'
|
63
|
-
image 'jquery/touch/glyphish/icons/12-eye.png'
|
64
|
-
image 'jquery/touch/glyphish/icons/120-headphones.png'
|
65
|
-
image 'jquery/touch/glyphish/icons/121-lanscape.png'
|
66
|
-
image 'jquery/touch/glyphish/icons/122-stats.png'
|
67
|
-
image 'jquery/touch/glyphish/icons/123-id-card.png'
|
68
|
-
image 'jquery/touch/glyphish/icons/124-bullhorn.png'
|
69
|
-
image 'jquery/touch/glyphish/icons/125-food.png'
|
70
|
-
image 'jquery/touch/glyphish/icons/126-moon.png'
|
71
|
-
image 'jquery/touch/glyphish/icons/127-sock.png'
|
72
|
-
image 'jquery/touch/glyphish/icons/128-bone.png'
|
73
|
-
image 'jquery/touch/glyphish/icons/129-golf.png'
|
74
|
-
image 'jquery/touch/glyphish/icons/13-target.png'
|
75
|
-
image 'jquery/touch/glyphish/icons/130-dice.png'
|
76
|
-
image 'jquery/touch/glyphish/icons/14-tag.png'
|
77
|
-
image 'jquery/touch/glyphish/icons/15-tags.png'
|
78
|
-
image 'jquery/touch/glyphish/icons/16-line-chart.png'
|
79
|
-
image 'jquery/touch/glyphish/icons/17-bar-chart.png'
|
80
|
-
image 'jquery/touch/glyphish/icons/18-envelope.png'
|
81
|
-
image 'jquery/touch/glyphish/icons/19-gear.png'
|
82
|
-
image 'jquery/touch/glyphish/icons/20-gear2.png'
|
83
|
-
image 'jquery/touch/glyphish/icons/21-skull.png'
|
84
|
-
image 'jquery/touch/glyphish/icons/22-skull-n-crossbones.png'
|
85
|
-
image 'jquery/touch/glyphish/icons/23-bird.png'
|
86
|
-
image 'jquery/touch/glyphish/icons/24-gift.png'
|
87
|
-
image 'jquery/touch/glyphish/icons/25-weather.png'
|
88
|
-
image 'jquery/touch/glyphish/icons/26-bandaid.png'
|
89
|
-
image 'jquery/touch/glyphish/icons/27-planet.png'
|
90
|
-
image 'jquery/touch/glyphish/icons/28-star.png'
|
91
|
-
image 'jquery/touch/glyphish/icons/29-heart.png'
|
92
|
-
image 'jquery/touch/glyphish/icons/30-key.png'
|
93
|
-
image 'jquery/touch/glyphish/icons/31-ipod.png'
|
94
|
-
image 'jquery/touch/glyphish/icons/32-iphone.png'
|
95
|
-
image 'jquery/touch/glyphish/icons/33-cabinet.png'
|
96
|
-
image 'jquery/touch/glyphish/icons/34-coffee.png'
|
97
|
-
image 'jquery/touch/glyphish/icons/35-shopping-bag.png'
|
98
|
-
image 'jquery/touch/glyphish/icons/36-toolbox.png'
|
99
|
-
image 'jquery/touch/glyphish/icons/37-suitcase.png'
|
100
|
-
image 'jquery/touch/glyphish/icons/38-airplane.png'
|
101
|
-
image 'jquery/touch/glyphish/icons/39-spraycan.png'
|
102
|
-
image 'jquery/touch/glyphish/icons/40-inbox.png'
|
103
|
-
image 'jquery/touch/glyphish/icons/41-picture-frame.png'
|
104
|
-
image 'jquery/touch/glyphish/icons/42-photos.png'
|
105
|
-
image 'jquery/touch/glyphish/icons/43-film-roll.png'
|
106
|
-
image 'jquery/touch/glyphish/icons/44-shoebox.png'
|
107
|
-
image 'jquery/touch/glyphish/icons/45-movie1.png'
|
108
|
-
image 'jquery/touch/glyphish/icons/46-movie2.png'
|
109
|
-
image 'jquery/touch/glyphish/icons/47-fuel.png'
|
110
|
-
image 'jquery/touch/glyphish/icons/48-fork-and-knife.png'
|
111
|
-
image 'jquery/touch/glyphish/icons/49-battery.png'
|
112
|
-
image 'jquery/touch/glyphish/icons/50-beaker.png'
|
113
|
-
image 'jquery/touch/glyphish/icons/51-outlet.png'
|
114
|
-
image 'jquery/touch/glyphish/icons/52-pinetree.png'
|
115
|
-
image 'jquery/touch/glyphish/icons/53-house.png'
|
116
|
-
image 'jquery/touch/glyphish/icons/54-lock.png'
|
117
|
-
image 'jquery/touch/glyphish/icons/55-network.png'
|
118
|
-
image 'jquery/touch/glyphish/icons/56-cloud.png'
|
119
|
-
image 'jquery/touch/glyphish/icons/57-download.png'
|
120
|
-
image 'jquery/touch/glyphish/icons/58-bookmark.png'
|
121
|
-
image 'jquery/touch/glyphish/icons/59-flag.png'
|
122
|
-
image 'jquery/touch/glyphish/icons/60-signpost.png'
|
123
|
-
image 'jquery/touch/glyphish/icons/61-brightness.png'
|
124
|
-
image 'jquery/touch/glyphish/icons/62-contrast.png'
|
125
|
-
image 'jquery/touch/glyphish/icons/63-runner.png'
|
126
|
-
image 'jquery/touch/glyphish/icons/64-zap.png'
|
127
|
-
image 'jquery/touch/glyphish/icons/65-note.png'
|
128
|
-
image 'jquery/touch/glyphish/icons/66-microphone.png'
|
129
|
-
image 'jquery/touch/glyphish/icons/67-tshirt.png'
|
130
|
-
image 'jquery/touch/glyphish/icons/68-paperclip.png'
|
131
|
-
image 'jquery/touch/glyphish/icons/69-display.png'
|
132
|
-
image 'jquery/touch/glyphish/icons/70-tv.png'
|
133
|
-
image 'jquery/touch/glyphish/icons/71-compass.png'
|
134
|
-
image 'jquery/touch/glyphish/icons/72-pin.png'
|
135
|
-
image 'jquery/touch/glyphish/icons/73-radar.png'
|
136
|
-
image 'jquery/touch/glyphish/icons/74-location.png'
|
137
|
-
image 'jquery/touch/glyphish/icons/75-phone.png'
|
138
|
-
image 'jquery/touch/glyphish/icons/76-baby.png'
|
139
|
-
image 'jquery/touch/glyphish/icons/77-ekg.png'
|
140
|
-
image 'jquery/touch/glyphish/icons/78-stopwatch.png'
|
141
|
-
image 'jquery/touch/glyphish/icons/79-medical-bag.png'
|
142
|
-
image 'jquery/touch/glyphish/icons/80-shopping-cart.png'
|
143
|
-
image 'jquery/touch/glyphish/icons/81-dashboard.png'
|
144
|
-
image 'jquery/touch/glyphish/icons/82-dogpaw.png'
|
145
|
-
image 'jquery/touch/glyphish/icons/83-calendar.png'
|
146
|
-
image 'jquery/touch/glyphish/icons/84-lightbulb.png'
|
147
|
-
image 'jquery/touch/glyphish/icons/85-trophy.png'
|
148
|
-
image 'jquery/touch/glyphish/icons/86-camera.png'
|
149
|
-
image 'jquery/touch/glyphish/icons/87-wineglass.png'
|
150
|
-
image 'jquery/touch/glyphish/icons/88-beermug.png'
|
151
|
-
image 'jquery/touch/glyphish/icons/89-dumbbell.png'
|
152
|
-
image 'jquery/touch/glyphish/icons/90-lifebuoy.png'
|
153
|
-
image 'jquery/touch/glyphish/icons/91-beaker2.png'
|
154
|
-
image 'jquery/touch/glyphish/icons/92-testtube.png'
|
155
|
-
image 'jquery/touch/glyphish/icons/93-thermometer.png'
|
156
|
-
image 'jquery/touch/glyphish/icons/94-pill.png'
|
157
|
-
image 'jquery/touch/glyphish/icons/95-equalizer.png'
|
158
|
-
image 'jquery/touch/glyphish/icons/96-book.png'
|
159
|
-
image 'jquery/touch/glyphish/icons/97-puzzle.png'
|
160
|
-
image 'jquery/touch/glyphish/icons/98-palette.png'
|
161
|
-
image 'jquery/touch/glyphish/icons/99-umbrella.png'
|
162
|
-
image 'jquery/touch/glyphish/mini-icons/01-refresh.png'
|
163
|
-
image 'jquery/touch/glyphish/mini-icons/02-redo.png'
|
164
|
-
image 'jquery/touch/glyphish/mini-icons/03-loopback.png'
|
165
|
-
image 'jquery/touch/glyphish/mini-icons/04-squiggle.png'
|
166
|
-
image 'jquery/touch/glyphish/mini-icons/05-shuffle.png'
|
167
|
-
image 'jquery/touch/glyphish/mini-icons/06-magnifying-glass.png'
|
168
|
-
image 'jquery/touch/glyphish/mini-icons/07-map-marker.png'
|
169
|
-
image 'jquery/touch/glyphish/mini-icons/08-chat.png'
|
170
|
-
image 'jquery/touch/glyphish/mini-icons/09-chat2.png'
|
171
|
-
image 'jquery/touch/glyphish/mini-icons/10-medical.png'
|
172
|
-
image 'jquery/touch/glyphish/mini-icons/100-coffee.png'
|
173
|
-
image 'jquery/touch/glyphish/mini-icons/101-gameplan.png'
|
174
|
-
image 'jquery/touch/glyphish/mini-icons/102-walk.png'
|
175
|
-
image 'jquery/touch/glyphish/mini-icons/103-map.png'
|
176
|
-
image 'jquery/touch/glyphish/mini-icons/104-index-cards.png'
|
177
|
-
image 'jquery/touch/glyphish/mini-icons/105-piano.png'
|
178
|
-
image 'jquery/touch/glyphish/mini-icons/106-sliders.png'
|
179
|
-
image 'jquery/touch/glyphish/mini-icons/107-widescreen.png'
|
180
|
-
image 'jquery/touch/glyphish/mini-icons/108-badge.png'
|
181
|
-
image 'jquery/touch/glyphish/mini-icons/109-chicken.png'
|
182
|
-
image 'jquery/touch/glyphish/mini-icons/11-clock.png'
|
183
|
-
image 'jquery/touch/glyphish/mini-icons/110-bug.png'
|
184
|
-
image 'jquery/touch/glyphish/mini-icons/111-user.png'
|
185
|
-
image 'jquery/touch/glyphish/mini-icons/112-group.png'
|
186
|
-
image 'jquery/touch/glyphish/mini-icons/113-navigation.png'
|
187
|
-
image 'jquery/touch/glyphish/mini-icons/114-balloon.png'
|
188
|
-
image 'jquery/touch/glyphish/mini-icons/115-bow-and-arrow.png'
|
189
|
-
image 'jquery/touch/glyphish/mini-icons/116-controller.png'
|
190
|
-
image 'jquery/touch/glyphish/mini-icons/117-todo.png'
|
191
|
-
image 'jquery/touch/glyphish/mini-icons/118-coathanger.png'
|
192
|
-
image 'jquery/touch/glyphish/mini-icons/119-piggybank.png'
|
193
|
-
image 'jquery/touch/glyphish/mini-icons/12-eye.png'
|
194
|
-
image 'jquery/touch/glyphish/mini-icons/120-headphones.png'
|
195
|
-
image 'jquery/touch/glyphish/mini-icons/121-lanscape.png'
|
196
|
-
image 'jquery/touch/glyphish/mini-icons/122-stats.png'
|
197
|
-
image 'jquery/touch/glyphish/mini-icons/123-id-card.png'
|
198
|
-
image 'jquery/touch/glyphish/mini-icons/124-bullhorn.png'
|
199
|
-
image 'jquery/touch/glyphish/mini-icons/125-food.png'
|
200
|
-
image 'jquery/touch/glyphish/mini-icons/126-moon.png'
|
201
|
-
image 'jquery/touch/glyphish/mini-icons/127-sock.png'
|
202
|
-
image 'jquery/touch/glyphish/mini-icons/128-bone.png'
|
203
|
-
image 'jquery/touch/glyphish/mini-icons/129-golf.png'
|
204
|
-
image 'jquery/touch/glyphish/mini-icons/13-target.png'
|
205
|
-
image 'jquery/touch/glyphish/mini-icons/130-dice.png'
|
206
|
-
image 'jquery/touch/glyphish/mini-icons/14-tag.png'
|
207
|
-
image 'jquery/touch/glyphish/mini-icons/15-tags.png'
|
208
|
-
image 'jquery/touch/glyphish/mini-icons/16-line-chart.png'
|
209
|
-
image 'jquery/touch/glyphish/mini-icons/17-bar-chart.png'
|
210
|
-
image 'jquery/touch/glyphish/mini-icons/18-envelope.png'
|
211
|
-
image 'jquery/touch/glyphish/mini-icons/19-gear.png'
|
212
|
-
image 'jquery/touch/glyphish/mini-icons/20-gear2.png'
|
213
|
-
image 'jquery/touch/glyphish/mini-icons/21-skull.png'
|
214
|
-
image 'jquery/touch/glyphish/mini-icons/22-skull-n-crossbones.png'
|
215
|
-
image 'jquery/touch/glyphish/mini-icons/23-bird.png'
|
216
|
-
image 'jquery/touch/glyphish/mini-icons/24-gift.png'
|
217
|
-
image 'jquery/touch/glyphish/mini-icons/25-weather.png'
|
218
|
-
image 'jquery/touch/glyphish/mini-icons/26-bandaid.png'
|
219
|
-
image 'jquery/touch/glyphish/mini-icons/27-planet.png'
|
220
|
-
image 'jquery/touch/glyphish/mini-icons/28-star.png'
|
221
|
-
image 'jquery/touch/glyphish/mini-icons/29-heart.png'
|
222
|
-
image 'jquery/touch/glyphish/mini-icons/30-key.png'
|
223
|
-
image 'jquery/touch/glyphish/mini-icons/31-ipod.png'
|
224
|
-
image 'jquery/touch/glyphish/mini-icons/32-iphone.png'
|
225
|
-
image 'jquery/touch/glyphish/mini-icons/33-cabinet.png'
|
226
|
-
image 'jquery/touch/glyphish/mini-icons/34-coffee.png'
|
227
|
-
image 'jquery/touch/glyphish/mini-icons/35-shopping-bag.png'
|
228
|
-
image 'jquery/touch/glyphish/mini-icons/36-toolbox.png'
|
229
|
-
image 'jquery/touch/glyphish/mini-icons/37-suitcase.png'
|
230
|
-
image 'jquery/touch/glyphish/mini-icons/38-airplane.png'
|
231
|
-
image 'jquery/touch/glyphish/mini-icons/39-spraycan.png'
|
232
|
-
image 'jquery/touch/glyphish/mini-icons/40-inbox.png'
|
233
|
-
image 'jquery/touch/glyphish/mini-icons/41-picture-frame.png'
|
234
|
-
image 'jquery/touch/glyphish/mini-icons/42-photos.png'
|
235
|
-
image 'jquery/touch/glyphish/mini-icons/43-film-roll.png'
|
236
|
-
image 'jquery/touch/glyphish/mini-icons/44-shoebox.png'
|
237
|
-
image 'jquery/touch/glyphish/mini-icons/45-movie1.png'
|
238
|
-
image 'jquery/touch/glyphish/mini-icons/46-movie2.png'
|
239
|
-
image 'jquery/touch/glyphish/mini-icons/47-fuel.png'
|
240
|
-
image 'jquery/touch/glyphish/mini-icons/48-fork-and-knife.png'
|
241
|
-
image 'jquery/touch/glyphish/mini-icons/49-battery.png'
|
242
|
-
image 'jquery/touch/glyphish/mini-icons/50-beaker.png'
|
243
|
-
image 'jquery/touch/glyphish/mini-icons/51-outlet.png'
|
244
|
-
image 'jquery/touch/glyphish/mini-icons/52-pinetree.png'
|
245
|
-
image 'jquery/touch/glyphish/mini-icons/53-house.png'
|
246
|
-
image 'jquery/touch/glyphish/mini-icons/54-lock.png'
|
247
|
-
image 'jquery/touch/glyphish/mini-icons/55-network.png'
|
248
|
-
image 'jquery/touch/glyphish/mini-icons/56-cloud.png'
|
249
|
-
image 'jquery/touch/glyphish/mini-icons/57-download.png'
|
250
|
-
image 'jquery/touch/glyphish/mini-icons/58-bookmark.png'
|
251
|
-
image 'jquery/touch/glyphish/mini-icons/59-flag.png'
|
252
|
-
image 'jquery/touch/glyphish/mini-icons/60-signpost.png'
|
253
|
-
image 'jquery/touch/glyphish/mini-icons/61-brightness.png'
|
254
|
-
image 'jquery/touch/glyphish/mini-icons/62-contrast.png'
|
255
|
-
image 'jquery/touch/glyphish/mini-icons/63-runner.png'
|
256
|
-
image 'jquery/touch/glyphish/mini-icons/64-zap.png'
|
257
|
-
image 'jquery/touch/glyphish/mini-icons/65-note.png'
|
258
|
-
image 'jquery/touch/glyphish/mini-icons/66-microphone.png'
|
259
|
-
image 'jquery/touch/glyphish/mini-icons/67-tshirt.png'
|
260
|
-
image 'jquery/touch/glyphish/mini-icons/68-paperclip.png'
|
261
|
-
image 'jquery/touch/glyphish/mini-icons/69-display.png'
|
262
|
-
image 'jquery/touch/glyphish/mini-icons/70-tv.png'
|
263
|
-
image 'jquery/touch/glyphish/mini-icons/71-compass.png'
|
264
|
-
image 'jquery/touch/glyphish/mini-icons/72-pin.png'
|
265
|
-
image 'jquery/touch/glyphish/mini-icons/73-radar.png'
|
266
|
-
image 'jquery/touch/glyphish/mini-icons/74-location.png'
|
267
|
-
image 'jquery/touch/glyphish/mini-icons/75-phone.png'
|
268
|
-
image 'jquery/touch/glyphish/mini-icons/76-baby.png'
|
269
|
-
image 'jquery/touch/glyphish/mini-icons/77-ekg.png'
|
270
|
-
image 'jquery/touch/glyphish/mini-icons/78-stopwatch.png'
|
271
|
-
image 'jquery/touch/glyphish/mini-icons/79-medical-bag.png'
|
272
|
-
image 'jquery/touch/glyphish/mini-icons/80-shopping-cart.png'
|
273
|
-
image 'jquery/touch/glyphish/mini-icons/81-dashboard.png'
|
274
|
-
image 'jquery/touch/glyphish/mini-icons/82-dogpaw.png'
|
275
|
-
image 'jquery/touch/glyphish/mini-icons/83-calendar.png'
|
276
|
-
image 'jquery/touch/glyphish/mini-icons/84-lightbulb.png'
|
277
|
-
image 'jquery/touch/glyphish/mini-icons/85-trophy.png'
|
278
|
-
image 'jquery/touch/glyphish/mini-icons/86-camera.png'
|
279
|
-
image 'jquery/touch/glyphish/mini-icons/87-wineglass.png'
|
280
|
-
image 'jquery/touch/glyphish/mini-icons/88-beermug.png'
|
281
|
-
image 'jquery/touch/glyphish/mini-icons/89-dumbbell.png'
|
282
|
-
image 'jquery/touch/glyphish/mini-icons/90-lifebuoy.png'
|
283
|
-
image 'jquery/touch/glyphish/mini-icons/91-beaker2.png'
|
284
|
-
image 'jquery/touch/glyphish/mini-icons/92-testtube.png'
|
285
|
-
image 'jquery/touch/glyphish/mini-icons/93-thermometer.png'
|
286
|
-
image 'jquery/touch/glyphish/mini-icons/94-pill.png'
|
287
|
-
image 'jquery/touch/glyphish/mini-icons/95-equalizer.png'
|
288
|
-
image 'jquery/touch/glyphish/mini-icons/96-book.png'
|
289
|
-
image 'jquery/touch/glyphish/mini-icons/97-puzzle.png'
|
290
|
-
image 'jquery/touch/glyphish/mini-icons/98-palette.png'
|
291
|
-
image 'jquery/touch/glyphish/mini-icons/99-umbrella.png'
|
292
|
-
image 'jquery/touch/glyphish/Read me first - license.txt'
|
293
32
|
stylesheet 'jquery/touch/apple.scss'
|
294
33
|
image 'jquery/touch/apple/activeButton.png'
|
295
34
|
image 'jquery/touch/apple/backButton.png'
|