Skip to content

Commit 357f54b

Browse files
committed
feat: Add and modify HTML, CSS, and JSON files
- Renamed `test_files/test2.html` to `test/test.html`. - Updated the title in `test/test.html`. - Added CSS code to `test/test.css` and `test_files/box-shadow.css`. - Removed `CoCreate-action.js` and `test_files/test.html`. - Deleted the contents of `result.json`. These changes implement various updates and additions to HTML, CSS, and JSON files. The changes include renaming a file, updating HTML titles, adding CSS code for box shadow effects, and removing unnecessary files. The JSON file was emptied.
1 parent 290b3ed commit 357f54b

File tree

7 files changed

+85
-209
lines changed

7 files changed

+85
-209
lines changed

result.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/test.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
/**
3+
@value_start
4+
Css comment extract example
5+
testing....
6+
end
7+
@value_end
8+
**/
Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<title>form.js</title>
8-
<link
9-
rel="stylesheet"
10-
href="https://cdn.cocreate.app/latest/CoCreate.min.css"
11-
type="text/css" />
12-
13-
<link rel="manifest" href="/manifest.webmanifest" />
14-
</head>
15-
<style type="text/css">
16-
/*.test{background-color:gray;}*/
17-
</style>
18-
<body class="padding-20px">
19-
<button actions="import">Import</button>
20-
21-
<button actions="import" array="" pass_id="datatable">Export</button>
22-
23-
<script>
24-
var CoCreateConfig = {
25-
key: "2061acef-0451-4545-f754-60cf8160",
26-
organization_id: "5ff747727005da1c272740ab",
27-
};
28-
</script>
29-
30-
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
31-
</body>
32-
</html>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<title>Docs test</title>
8+
9+
<link
10+
rel="stylesheet"
11+
href="https://cdn.cocreate.app/latest/CoCreate.min.css"
12+
type="text/css" />
13+
14+
<link rel="manifest" href="/manifest.webmanifest" />
15+
</head>
16+
17+
<body class="padding-20px">
18+
<!--
19+
@value_start
20+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
21+
22+
Parse <testing class=""></testing>
23+
testing...
24+
25+
@value_end
26+
-->
27+
28+
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
29+
</body>
30+
</html>
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
2-
/**
3-
@value_start
4-
crud.send({
5-
method: ''
6-
array: "test123",
7-
object: "object",
8-
object:{
9-
example: “some example can be html json etc”,
10-
description: “update documnets if object does not exist otherwise create”
11-
},
12-
})
13-
@value_end
14-
*/
15-
16-
17-
18-
/**
19-
@value_start
20-
crud.send({
21-
method: "",
22-
array: "test123",
23-
object: "object",
24-
element: “xxxx”,
25-
metaData: "xxxx",
26-
exclude_fields: []
27-
})
28-
@value_end
29-
*/
30-
31-
32-
/**
33-
* @value_start
34-
crud.send({
35-
namespace: '',
36-
room: '',
37-
broadcast: true/false,
38-
broadcastSender: true/false,
39-
40-
method: 'delete.object'
41-
array: "module",
42-
object: {_id: ""},
43-
element: “xxxx”,
44-
metadata: "xxxx"
45-
})
46-
@value_end
47-
*/
1+
2+
/**
3+
@value_start
4+
crud.send({
5+
method: ''
6+
array: "test123",
7+
object: "object",
8+
object:{
9+
example: “some example can be html json etc”,
10+
description: “update documnets if object does not exist otherwise create”
11+
},
12+
})
13+
@value_end
14+
*/
15+
16+
17+
18+
/**
19+
@value_start
20+
crud.send({
21+
method: "",
22+
array: "test123",
23+
object: "object",
24+
element: “xxxx”,
25+
metaData: "xxxx",
26+
exclude_fields: []
27+
})
28+
@value_end
29+
*/
30+
31+
32+
/**
33+
* @value_start
34+
crud.send({
35+
namespace: '',
36+
room: '',
37+
broadcast: true/false,
38+
broadcastSender: true/false,
39+
40+
method: 'delete.object'
41+
array: "module",
42+
object: {_id: ""},
43+
element: “xxxx”,
44+
metadata: "xxxx"
45+
})
46+
@value_end
47+
*/

test_files/CoCreate-action.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

test_files/box-shadow.css

Lines changed: 0 additions & 39 deletions
This file was deleted.

test_files/test.html

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)