DevExpress Scheduler testweise eingebaut. Musste die web.config anpassen und die Skripte, deshalb hab ich das nicht einfach auskommentiert. Fat-Client: Kalender: mehrere Termine, die zum löschen ausgewählt sind, werden jetzt auf einmal gelöscht, nicht mehr hintereinander. BetreuWoReports: Klienten sind nach Namen sortiert. Klienten, für die der ausgewählte Mitarbeiter/Team Stunden geleistet hat, werden alle angezeigt. Auch die, die nicht vom Mitarbeiter/Team betreut werden.
Hello World (AMD + bower)
We assume you know what AMD and bower is.
The demo is composed of the following files:
.
├── index.html
└── main.js
Before running it, execute the requirements below.
Requirements
1. Install Globalize
Let's use bower to download Globalize. For more information on regard of installation, please read Getting Started.
bower install
Note bower will also fetch some other dependencies of this demo, eg. require.js and its json plugin.
You'll get this:
.
├── bower_components/
│ ├── globalize/
│ │ └── dist/
│ │ ├── globalize
│ │ │ ├── date.js
│ │ │ └── ...
│ │ └── globalize.js
│ └── ...
├── index.html
└── main.js
2. Install Dependencies
No action needed, because bower has already handled that for us.
3. CLDR content
No action needed, because bower has already handled that for us. Note .bowerrc
has postinstall hook that populates bower's cldr-data skeleton. For more
information, see bower's cldr-data.
Running the demo
Once you've completed the requirements above:
- Start a server by running
python -m SimpleHTTPServeror other alternative servers such as http-server, nginx, apache. - Point your browser at
http://localhost:8000/. - Understand the demo by reading the source code (both index.html and main.js). We have comments there for you.