Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
068720bf
Commit
068720bf
authored
Dec 21, 2007
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed the documentation on 'right' and 'bottom'
parent
4eadae9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/type/style-positioning.png
doc/type/style-positioning.png
+0
-0
doc/type/style.txt
doc/type/style.txt
+3
-3
No files found.
doc/type/style-positioning.png
View replaced file @
4eadae9c
View file @
068720bf
6.75 KB
|
W:
|
H:
4.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/type/style.txt
View file @
068720bf
...
@@ -19,7 +19,7 @@ To specify the horizontal location ''two'' of @left@, @width@ and @right@ must b
...
@@ -19,7 +19,7 @@ To specify the horizontal location ''two'' of @left@, @width@ and @right@ must b
For example:
For example:
> left: 10
> left: 10
> width: 20
> width: 20
Implies that @right@ is 30 pixels
if the card is 60 pixels wide
.
Implies that @right@ is 30 pixels.
Similairly:
Similairly:
> left: 10
> left: 10
...
@@ -45,10 +45,10 @@ Would, with different angles, look like:<br/>
...
@@ -45,10 +45,10 @@ Would, with different angles, look like:<br/>
| @z index@ [[type:int]] @0@ Stacking of this box, fields with a heigher @z index@ are placed on top of those with a lower index.
| @z index@ [[type:int]] @0@ Stacking of this box, fields with a heigher @z index@ are placed on top of those with a lower index.
| @left@ [[type:scriptable]] [[type:double]] ''Required'' Distance between left edge of the box and the left of the card in pixels.
| @left@ [[type:scriptable]] [[type:double]] ''Required'' Distance between left edge of the box and the left of the card in pixels.
| @width@ [[type:scriptable]] [[type:double]] ''Required'' Width of the box in pixels.
| @width@ [[type:scriptable]] [[type:double]] ''Required'' Width of the box in pixels.
| @right@ [[type:scriptable]] [[type:double]] ''Required'' Distance between right edge of the box and the
right
of the card in pixels.
| @right@ [[type:scriptable]] [[type:double]] ''Required'' Distance between right edge of the box and the
''left''
of the card in pixels.
| @top@ [[type:scriptable]] [[type:double]] ''Required'' Distance between top edge of the box and the top of the card in pixels.
| @top@ [[type:scriptable]] [[type:double]] ''Required'' Distance between top edge of the box and the top of the card in pixels.
| @height@ [[type:scriptable]] [[type:double]] ''Required'' Height of the box in pixels.
| @height@ [[type:scriptable]] [[type:double]] ''Required'' Height of the box in pixels.
| @bottom@ [[type:scriptable]] [[type:double]] ''Required'' Distance between bottom edge of the box and the
bottom
of the card in pixels.
| @bottom@ [[type:scriptable]] [[type:double]] ''Required'' Distance between bottom edge of the box and the
''top''
of the card in pixels.
| @visible@ [[type:scriptable]] [[type:boolean]] @true@ Is this field visible at all?
| @visible@ [[type:scriptable]] [[type:boolean]] @true@ Is this field visible at all?
The rest of the properties depend on the type of [[type:field]] this style is for.
The rest of the properties depend on the type of [[type:field]] this style is for.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment