Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Inspector part

$
0
0

@strengthseok wrote:

First, I am a Korean.
Please understand i don't speak English well
In the example, I think I want to come out.
However, coming out in the form of debugging.
What should i do now
A detailed description, please.
thank you.

[ Now ]

[Source]
link rel=STYLESHEET href="common/css/Inspector.css"/>
link rel=STYLESHEET href="common/css/jquery-ui.css"/>
link rel=STYLESHEET href="common/css/spectrum.css"/>

script src="common/js/go_ori.js">
script src="common/js/Inspector.js">
script src="common/js/jquery.js">
script src="common/js/jquery-ui.min.js">
script src="common/js/spectrum.js">
script src="common/js/ExtendedBrush.js">
=================================================

div id="myInfo" class="inspector"

=================================================
var inspector = new Inspector('myInfo', myDiagram,
{
acceptButton:true,
resetButton:true,
properties: {
"text": {},
"key": { readOnly: true, show: Inspector.showIfPresent },
"color": { type: 'color' }
}
});

[Desired shape]

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles