File tree 1 file changed +1
-5
lines changed
Examples/Example-Diagrams
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
Import-Module .\PSWriteHTML.psd1 - Force
2
2
3
3
New-HTML - TitleText ' My diagram' - FilePath $PSScriptRoot \Example- Easy4.html {
4
- # New-HTMLTab -Name "Test" {
5
4
New-HTMLDiagram - Height ' 300px' {
6
5
New-DiagramNode - Label ' One node' - To ' Second node' , ' Third node' - ColorBackground Bisque
7
6
New-DiagramNode - Label ' Second node'
@@ -11,15 +10,12 @@ New-HTML -TitleText 'My diagram' -FilePath $PSScriptRoot\Example-Easy4.html {
11
10
New-DiagramNode - Label ' Bart Simson' - Image ' https://cdn.imgbin.com/5/2/1/imgbin-bart-simpson-homer-simpson-supreme-drawing-bart-simpson-bard-simpsons-jAfrtPtYNPTK5rQrcKULn5XBn.jpg' - To ' Second node'
12
11
} - EnableFiltering - MinimumFilteringChars 3
13
12
14
- # }
15
- # New-HTMLTab -Name 'Test2' {
16
13
New-HTMLDiagram - Height ' 300px' {
17
14
New-DiagramNode - Label ' One node' - To ' Second node' , ' Third node' - ColorBackground Bisque
18
15
New-DiagramNode - Label ' Second node'
19
16
New-DiagramNode - Label ' Third node' - IconBrands amazon - IconColor Brown # -IconAsImage
20
17
New-DiagramNode - Label ' Fourth node' - IconRegular building - IconColor Brown # -IconAsImage
21
18
New-DiagramNode - Label ' Fifth node' - IconSolid align- left - IconColor Brown # -IconAsImage
22
19
New-DiagramNode - Label ' Bart Simson' - Image ' https://cdn.imgbin.com/5/2/1/imgbin-bart-simpson-homer-simpson-supreme-drawing-bart-simpson-bard-simpsons-jAfrtPtYNPTK5rQrcKULn5XBn.jpg' - To ' Second node'
23
- } - EnableFiltering - MinimumFilteringChars 1
24
- # }
20
+ } - EnableFiltering - MinimumFilteringChars 1 - EnableFilteringButton
25
21
} - ShowHTML - Online
You can’t perform that action at this time.
0 commit comments