Mercurial > lada > lada-client
annotate README @ 130:747d488b9203
Added function getEidi which returns the part of the id of an item which needs
to be appended to the store base URL for PUT and DELETE and GET Requests. This
function is used to build a custom id. On default it returns the value of
getId.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 25 Jun 2013 17:29:17 +0200 |
parents | e02d07abc4fe |
children | 7cddca668d21 |
rev | line source |
---|---|
26
037e4a4c11b8
Added README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
1 Hinweise zur Installation |
037e4a4c11b8
Added README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
2 ========================= |
037e4a4c11b8
Added README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
3 Für die Installation ist es notwenig in dem Wurzelordner die ExtJS-Bibliothek |
037e4a4c11b8
Added README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
4 in der Version 4.2.0 unter dem Namen "extjs" zur Verfügung zu stellen. |
27
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
5 |
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
6 Diese lässt sich unter der folgenden URL herunterladen: |
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
7 http://cdn.sencha.com/ext/gpl/ext-4.2.0-gpl.zip |
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
8 |
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
9 SHA1 Checksum: 2ce990d9e90c48a76078e8533c72b5452f9ed809 |
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
10 |
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
11 Beispiel: |
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
12 curl -O http://cdn.sencha.com/ext/gpl/ext-4.2.0-gpl.zip |
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
13 unzip ext-4.2.0-gpl.zip |
e02d07abc4fe
Added notes to the README
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
26
diff
changeset
|
14 ln -s ext-4.2.0-gpl extjs |