generated from CoCreate-app/CoCreate-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
290b3ed
commit 357f54b
Showing
7 changed files
with
85 additions
and
209 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
/** | ||
@value_start | ||
Css comment extract example | ||
testing.... | ||
end | ||
@value_end | ||
**/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.