Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f8bd6675
authored
Dec 01, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231201王皖苏
1 parent
ee0458b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
public/drawio/js/diagramly/sidebar/Sidebar-ArchiMate3.js
public/drawio/js/diagramly/sidebar/Sidebar-ArchiMate3.js
View file @
f8bd667
...
...
@@ -4,23 +4,23 @@
Sidebar
.
prototype
.
addArchimate3Palette
=
function
()
{
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Application'
);
this
.
addArchimate3ApplicationPalette
();
//
this.addArchimate3ApplicationPalette();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Business'
);
this
.
addArchimate3BusinessPalette
();
//
this.addArchimate3BusinessPalette();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Composite'
);
this
.
addArchimate3CompositePalette
();
//
this.addArchimate3CompositePalette();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Implementation and Migration'
);
this
.
addArchimate3ImplementationAndMigrationPalette
();
//
this.addArchimate3ImplementationAndMigrationPalette();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Motivation'
);
this
.
addArchimate3MotivationPalette
();
//
this.addArchimate3MotivationPalette();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Physical'
);
this
.
addArchimate3PhysicalPalette
();
//
this.addArchimate3PhysicalPalette();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Relationships'
);
this
.
addArchimate3RelationshipsPalette
();
//
this.addArchimate3RelationshipsPalette();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Strategy'
);
this
.
addArchimate3StrategyPalette
();
//
this.addArchimate3StrategyPalette();
this
.
setCurrentSearchEntryLibrary
(
'archimate3'
,
'archimate3Technology'
);
this
.
addArchimate3TechnologyPalette
();
//
this.addArchimate3TechnologyPalette();
this
.
setCurrentSearchEntryLibrary
();
};
...
...
@@ -146,8 +146,8 @@
w
*
150
,
h
*
90
,
''
,
'Representation'
,
null
,
null
,
this
.
getTagsForStencil
(
gn
,
''
,
dt
+
'representation'
).
join
(
' '
))
];
//
this.addPalette('archimate3Business', 'archimate 3.0 / Business', true, mxUtils.bind(this, function(content)
this
.
addPalette
(
'archimate3Business'
,
'架构 / 业务'
,
false
,
mxUtils
.
bind
(
this
,
function
(
content
)
this
.
addPalette
(
'archimate3Business'
,
'archimate 3.0 / Business'
,
true
,
mxUtils
.
bind
(
this
,
function
(
content
)
//
this.addPalette('archimate3Business', '架构 / 业务', false, mxUtils.bind(this, function(content)
{
for
(
var
i
=
0
;
i
<
fns
.
length
;
i
++
)
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment