Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
e7d0abfc
Commit
e7d0abfc
authored
Apr 12, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Для автофигур добавлена возможность выставления относительных размеров.
parent
11367d01
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
428 additions
and
49 deletions
+428
-49
apps/documenteditor/main/app/template/ImageSettingsAdvanced.template
...nteditor/main/app/template/ImageSettingsAdvanced.template
+70
-0
apps/documenteditor/main/app/view/ImageSettingsAdvanced.js
apps/documenteditor/main/app/view/ImageSettingsAdvanced.js
+355
-49
apps/documenteditor/main/locale/en.json
apps/documenteditor/main/locale/en.json
+3
-0
No files found.
apps/documenteditor/main/app/template/ImageSettingsAdvanced.template
View file @
e7d0abfc
...
...
@@ -20,6 +20,76 @@
</table>
</div>
</div>
<div id="id-adv-shape-size" class="settings-panel active">
<div class="inner-content">
<table cols="3">
<tr>
<td colspan="3">
<label class="header"><%= scope.textWidth %></label>
</td>
</tr>
<tr>
<td style="vertical-align: bottom; padding-bottom: 12px;">
<div id="shape-radio-hsize"></div>
</td>
<td class="padding-small">
<label class="input-label"><%= scope.textAbsoluteWH %></label>
<div id="shape-advanced-spin-width"></div>
</td>
</tr>
<tr>
<td style="vertical-align: bottom; padding-bottom: 19px;">
<div id="shape-radio-hsizepc"></div>
</td>
<td class="padding-large" style="padding-right: 15px;">
<label class="input-label"><%= scope.textRelativeWH %></label>
<div id="shape-advanced-spin-width-rel"></div>
</td>
<td class="padding-large">
<label class="input-label"><%= scope.textRelative %></label>
<div id="shape-combo-width-rel" style="width: 115px;"></div>
</td>
</tr>
<tr>
<td colspan="3">
<label class="header"><%= scope.textHeight %></label>
</td>
</tr>
<tr>
<td style="vertical-align: bottom; padding-bottom: 12px;">
<div id="shape-radio-vsize"></div>
</td>
<td class="padding-small">
<label class="input-label"><%= scope.textAbsoluteWH %></label>
<div id="shape-advanced-spin-height"></div>
</td>
</tr>
<tr>
<td style="vertical-align: bottom; padding-bottom: 19px;">
<div id="shape-radio-vsizepc"></div>
</td>
<td class="padding-large" style="padding-right: 15px;">
<label class="input-label"><%= scope.textRelativeWH %></label>
<div id="shape-advanced-spin-height-rel"></div>
</td>
<td class="padding-large">
<label class="input-label"><%= scope.textRelative %></label>
<div id="shape-combo-height-rel" style="width: 115px;"></div>
</td>
</tr>
</table>
</div>
<div class="separator horizontal padding-large"></div>
<div class="inner-content">
<table cols="1" style="width: 100%;">
<tr>
<td>
<div id="shape-checkbox-ratio"></div>
</td>
</tr>
</table>
</div>
</div>
<div id="id-adv-image-wrap" class="settings-panel">
<div class="inner-content padding-large">
<label class="header padding-small"><%= scope.textWrap %></label>
...
...
apps/documenteditor/main/app/view/ImageSettingsAdvanced.js
View file @
e7d0abfc
This diff is collapsed.
Click to expand it.
apps/documenteditor/main/locale/en.json
View file @
e7d0abfc
...
...
@@ -1016,6 +1016,9 @@
"DE.Views.ImageSettingsAdvanced.textWrapThroughTooltip"
:
"Through"
,
"DE.Views.ImageSettingsAdvanced.textWrapTightTooltip"
:
"Tight"
,
"DE.Views.ImageSettingsAdvanced.textWrapTopbottomTooltip"
:
"Top and Bottom"
,
"DE.Views.ImageSettingsAdvanced.textAspectRatio"
:
"Lock aspect ratio"
,
"DE.Views.ImageSettingsAdvanced.textAbsoluteWH"
:
"Absolute"
,
"DE.Views.ImageSettingsAdvanced.textRelativeWH"
:
"Relative"
,
"DE.Views.LeftMenu.tipAbout"
:
"About"
,
"DE.Views.LeftMenu.tipChat"
:
"Chat"
,
"DE.Views.LeftMenu.tipComments"
:
"Comments"
,
...
...
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