forked from neo4j/neo4j-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make node label and properties editable inspector panel
- Loading branch information
Showing
24 changed files
with
416 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
docs/modules/ROOT/pages/operations/on-canvas-operations.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
:description: On-Canvas Operations | ||
|
||
|
||
[[on-canvas-operations]] | ||
= On-Canvas Operations | ||
|
||
== Double-Clicking the Canvas | ||
|
||
*Double clicking the white area* on canvas will automatically generate a new node with | ||
|
||
1. an auto-incremented ID, i.e. (the max ID of nodes on canvas) + 1 | ||
2. a label of "Undefined" | ||
3. the node caption of "New Node" | ||
|
||
== Editing the Node Label and Properties in Inspector Panel | ||
|
||
[NOTE] | ||
==== | ||
Make sure APOC plugin is enabled in Neo4J database: | ||
image:enable-apoc.png[width=600] | ||
==== | ||
|
||
*Clicking the property value* in node inspector panel will make that property editable and un-clicking the text box | ||
(by for example clicking somewhere else) will persist the new value into Neo4J database: | ||
|
||
image:modifying-node-properties-example.png[width=600] | ||
|
||
Similary, we can modify node label: | ||
|
||
image:modifying-node-label-example.png[width=600] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.