;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*- ;;; $Header: dojo/src/packages.lisp $ ;;; Copyright (c) 2008, Andrea Chiumenti. All rights reserved. ;;; Redistribution and use in source and binary forms, with or without ;;; modification, are permitted provided that the following conditions ;;; are met: ;;; * Redistributions of source code must retain the above copyright ;;; notice, this list of conditions and the following disclaimer. ;;; * Redistributions in binary form must reproduce the above ;;; copyright notice, this list of conditions and the following ;;; disclaimer in the documentation and/or other materials ;;; provided with the distribution. ;;; THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESSED ;;; OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED ;;; WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ;;; ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY ;;; DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ;;; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE ;;; GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS ;;; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, ;;; WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ;;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. (in-package :cl-user) (defpackage :claw-dojo (:nicknames :dojo) (:use :cl :claw :parenscript) (:export :*dojo-directory-name* :djuser-locale :djwidget-dojo-type :djwidget-dojo-require :djwidget :djwidget> :djwidget-formal-parameters :djxcontent-pane :djxcontent-pane> :djbody :djbody> ;;dijit namespace :djbackground-iframe :djbackground-iframe> :djcolor-palette :djcolor-palette> :djdialog :djdialog> :djdialog-underlay :djdialog-underlay> :djeditor :djeditor> :djeditor-plugins-always-show-toolbar :djeditor-plugins-always-show-toolbar> :djeditor-plugins-enter-key-handling :djeditor-plugins-enter-key-handling> :djeditor-plugins-font-choice :djeditor-plugins-font-choice> :djeditor-plugins-link-dialog :djeditor-plugins-link-dialog> :djeditor-plugins-text-color :djeditor-plugins-text-color> :djeditor-plugins-toggle-dir :djeditor-plugins-toggle-dir> :djinline-edit-box :djinline-edit-box> :djmenu :djmenu> :djmenu-item :djmenu-item> :djmenu-separator :djmenu-separator> :djpopup-menu-item :djpopup-menu-item> :djprogress-bar :djprogress-bar> :djtitle-pane :djtitle-pane> :djtoolbar :djtoolbar> :djtoolbar-separator :djtoolbar-separator> :djtooltip :djtooltip> :djtooltip-dialog :djtooltip-dialog> :djtree :djtree> ;;dijit.form namespace :djbutton :djbutton> :djsubmit-button :djsubmit-button> :djcheck-box :djcheck-box> :djcombo-box :djcombo-box> :djcombo-button :djcombo-button> :djcurrency-text-box :djcurrency-text-box> :djdate-text-box :djdate-text-box> :djcalendar :djcalendar> :djdrop-down-button :djdrop-down-button> :djfiltering-select :djfiltering-select> :djform :djform> :djhorizontal-rule :djhorizontal-rule> :djhorizontal-rule-labels :djhorizontal-rule-labels> :djhorizontal-slider :djhorizontal-slider> :djmapped-text-box :djmapped-text-box> :djmulti-select :djmulti-select> :djnumber-spinner :djnumber-spinner> :djnumber-text-box :djnumber-text-box> :djradio-button :djradio-button> :djrange-bound-text-box :djrange-bound-text-box> :djsimple-textarea :djsimple-textarea> :djtextarea :djtextarea> :djtext-box :djtext-box> :djtime-text-box :djtime-text-box> :djtoggle-button :djtoggle-button> :djvalidation-text-box :djvalidation-text-box> :djvertical-rule :djvertical-rule> :djvertical-rule-labels :djvertical-rule-labels> :djvertical-slider :djvertical-slider> :djaction-link :djaction-link> :djtext-box-file :djtext-box-file> ;;dijit.layout namespace :djaccordion-container :djaccordion-container> :djaccordion-pane :djaccordion-pane> :djborder-container :djborder-container> :djcontent-pane :djcontent-pane> :djlayout-container :djlayout-container> :djlink-pane :djlink-pane> :djsplit-container :djsplit-container> :djstack-container :djstack-container> :djstack-controller :djstack-controller> :djtab-container :djtab-container> :djtab-controller :djtab-controller> ;;claw namespace :djfloating-content :djfloating-content> :djhard-link :djhard-link> :djrounded :djrounded>))