Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
9c4ca4e8
Commit
9c4ca4e8
authored
7 years ago
by
bbaer
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/punktetool' into punktetool
parents
6bb5e172
5f651b4f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FABRIC.md
+26
-0
26 additions, 0 deletions
doc/FABRIC.md
doc/PROTOCOL.md
+1
-1
1 addition, 1 deletion
doc/PROTOCOL.md
with
27 additions
and
1 deletion
doc/FABRIC.md
0 → 100644
+
26
−
0
View file @
9c4ca4e8
Design / Notes for fabric.js
==========================================
General
=======
*
grafische Annotierung von PNG, SVG,....
*
Fuer die erste Vorstellung noch kein Fullscreen.
Concept
=======
*
Das fabric Element
**
ist als FormElement implementiert.
**
Wird ganz normal asl FE Element in col-md gewrapped.
*
Server sendet alle vom User hochgeladenen Bilder inline/hidden im HTML Code mit einer HTML-ID.
*
Die Bilder werden als JSON Array an das Element 'fabric' via 'data-images' uebergeben:
<HTML>
...
<div
id=
"fabric"
data-images=
'{"images": [{"page": 1, "selector": "#qfq-fabric-image-1"}, {"page":2, "selector": "#qfq..."}]}'
>
...
</HTML>
*
Form Submit ist ein regualeres Save.
*
Pro Aufgabe gibt es ein FormElemnt das die Fabric Drwaing JSON Daten enthaelt.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
doc/PROTOCOL.md
+
1
−
1
View file @
9c4ca4e8
...
...
@@ -389,7 +389,7 @@ On one of`"error"|"conflict"|"conflict_allow_force"` the Client must display `"<
On
`"conflict"`
the Client opens the alert as modal dialog (user can't change anything on the form) with a 'reload current
form' button.
On
`"conflict_allow_force"`
the Client opens the alert non-modal (default).
## Glossary
SIP
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment