You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<textareaclass="wysi"placeholder="Enter text ..."></textarea>```
34
+
<textareaclass="wysi"placeholder="Enter text ..."></textarea>
35
+
```
34
36
35
37
36
38
Handlers
@@ -44,7 +46,8 @@ returns a list of images in json format
44
46
```json
45
47
[{"file":"http://placehold.it/50/B9E4FB/260b50","caption":"This image is 50x50 and uses colors #B9E4FB and #260b50","foreground":"B9E4FB","background":"260b50"},
46
48
{"file":"http://placehold.it/60/B09F62/11462b","caption":"This image is 60x60 and uses colors #B09F62 and #11462b","foreground":"B09F62","background":"11462b"},
47
-
{"file":"http://placehold.it/70/6ECC43/00374a","caption":"This image is 70x70 and uses colors #6ECC43 and #00374a","foreground":"6ECC43","background":"00374a"}]```
49
+
{"file":"http://placehold.it/70/6ECC43/00374a","caption":"This image is 70x70 and uses colors #6ECC43 and #00374a","foreground":"6ECC43","background":"00374a"}]
50
+
```
48
51
49
52
50
53
upload.php
@@ -55,4 +58,5 @@ Returns status:0 on failure or status:1 on success both json encoded.
55
58
On success also information about the file is send.
56
59
Example return value:
57
60
```json
58
-
{"status":1,"file":"http://placehold.it/50/B9E4FB/260b50","caption":"This image is 50x50 and uses colors #B9E4FB and #260b50","foreground":"B9E4FB","background":"260b50"}```
61
+
{"status":1,"file":"http://placehold.it/50/B9E4FB/260b50","caption":"This image is 50x50 and uses colors #B9E4FB and #260b50","foreground":"B9E4FB","background":"260b50"}
0 commit comments