Skip to content

Commit

Permalink
feat: Add and modify HTML, CSS, and JSON files
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
frankpagan committed Aug 4, 2023
1 parent 290b3ed commit 357f54b
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 209 deletions.
1 change: 0 additions & 1 deletion result.json

This file was deleted.

8 changes: 8 additions & 0 deletions test/test.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

/**
@value_start
Css comment extract example
testing....
end
@value_end
**/
62 changes: 30 additions & 32 deletions test_files/test2.html → test/test.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>form.js</title>
<link
rel="stylesheet"
href="https://cdn.cocreate.app/latest/CoCreate.min.css"
type="text/css" />

<link rel="manifest" href="/manifest.webmanifest" />
</head>
<style type="text/css">
/*.test{background-color:gray;}*/
</style>
<body class="padding-20px">
<button actions="import">Import</button>

<button actions="import" array="" pass_id="datatable">Export</button>

<script>
var CoCreateConfig = {
key: "2061acef-0451-4545-f754-60cf8160",
organization_id: "5ff747727005da1c272740ab",
};
</script>

<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Docs test</title>

<link
rel="stylesheet"
href="https://cdn.cocreate.app/latest/CoCreate.min.css"
type="text/css" />

<link rel="manifest" href="/manifest.webmanifest" />
</head>

<body class="padding-20px">
<!--
@value_start
<script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
Parse <testing class=""></testing>
testing...
@value_end
-->

<script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
</body>
</html>
94 changes: 47 additions & 47 deletions test_files/CoCreate.js → test/test.js
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@

/**
@value_start
crud.send({
method: ''
array: "test123",
object: "object",
object:{
example: “some example can be html json etc”,
description: “update documnets if object does not exist otherwise create”
},
})
@value_end
*/



/**
@value_start
crud.send({
method: "",
array: "test123",
object: "object",
element: “xxxx”,
metaData: "xxxx",
exclude_fields: []
})
@value_end
*/


/**
* @value_start
crud.send({
namespace: '',
room: '',
broadcast: true/false,
broadcastSender: true/false,
method: 'delete.object'
array: "module",
object: {_id: ""},
element: “xxxx”,
metadata: "xxxx"
})
@value_end
*/

/**
@value_start
crud.send({
method: ''
array: "test123",
object: "object",
object:{
example: “some example can be html json etc”,
description: “update documnets if object does not exist otherwise create”
},
})
@value_end
*/



/**
@value_start
crud.send({
method: "",
array: "test123",
object: "object",
element: “xxxx”,
metaData: "xxxx",
exclude_fields: []
})
@value_end
*/


/**
* @value_start
crud.send({
namespace: '',
room: '',
broadcast: true/false,
broadcastSender: true/false,
method: 'delete.object'
array: "module",
object: {_id: ""},
element: “xxxx”,
metadata: "xxxx"
})
@value_end
*/
18 changes: 0 additions & 18 deletions test_files/CoCreate-action.js

This file was deleted.

39 changes: 0 additions & 39 deletions test_files/box-shadow.css

This file was deleted.

72 changes: 0 additions & 72 deletions test_files/test.html

This file was deleted.

0 comments on commit 357f54b

Please sign in to comment.