Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
2712cb08
Commit
2712cb08
authored
Mar 19, 2014
by
campaign
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加帮助
parent
7a72710a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
kityminder.config.js
kityminder.config.js
+1
-1
zh-cn.js
lang/zh-cn/zh-cn.js
+2
-1
dialog.js
src/adapter/dialog.js
+1
-1
buttonicon.css
themes/default/css/buttonicon.css
+3
-0
No files found.
kityminder.config.js
View file @
2712cb08
...
...
@@ -63,7 +63,7 @@
'KITYMINDER_HOME_URL'
:
getKMBasePath
(),
//定义工具栏
toolbars
:
[
'hand zoom-in zoom-out | undo redo | bold italic | fontfamily fontsize forecolor | saveto | markers | node | switchlayout'
'hand zoom-in zoom-out | undo redo | bold italic | fontfamily fontsize forecolor | saveto | markers | node | switchlayout
| help
'
]
//设置主题
...
...
lang/zh-cn/zh-cn.js
View file @
2712cb08
...
...
@@ -16,7 +16,8 @@ KityMinder.LANG[ 'zh-cn' ] = {
'zoom-in'
:
'放大'
,
'zoom-out'
:
'缩小'
,
'markers'
:
'添加标签'
,
'switchlayout'
:
'切换主题'
'switchlayout'
:
'切换主题'
,
'help'
:
'帮助'
},
'popupcolor'
:
{
'clearColor'
:
'清空颜色'
,
...
...
src/adapter/dialog.js
View file @
2712cb08
KM
.
registerToolbarUI
(
'markers'
,
function
(
name
)
{
KM
.
registerToolbarUI
(
'markers
help
'
,
function
(
name
)
{
var
me
=
this
,
currentRange
,
$dialog
,
...
...
themes/default/css/buttonicon.css
View file @
2712cb08
...
...
@@ -28,4 +28,7 @@
}
.kmui-btn-toolbar
.kmui-btn
.kmui-icon-zoom-out
{
background
:
url(../images/zoom_out.png)
no-repeat
2px
2px
;
}
.kmui-btn-toolbar
.kmui-btn
.kmui-icon-help
{
background
:
url(../images/flag.png)
no-repeat
2px
2px
;
}
\ No newline at end of file
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