Select to view content in your preferred language

Web Application Editing window size

1883
4
Jump to solution
02-02-2016 06:35 AM
KelseyNovacek1
Deactivated User

I am exploring the functionally of this editing code I was directed to which allows for a start/stop editing function that allows both editing and use of the information window when selecting features, http://jsfiddle.net/kr5kC/18/.  I am wondering what is controlling the height of the editing window when you click 'Start Editing'.  I would like to increase the height to fully utilize the screen space.  I can alter the ContentPane's width but can not pinpoint the controls of the editing window itself.

-Thank  you.

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
KellyHutchins
Esri Frequent Contributor

I updated the fiddle to show one approach:

Edit fiddle - JSFiddle

Basically I added css to set the size for the templatePicker.

View solution in original post

4 Replies
KellyHutchins
Esri Frequent Contributor

I updated the fiddle to show one approach:

Edit fiddle - JSFiddle

Basically I added css to set the size for the templatePicker.

KenBuja
MVP Esteemed Contributor

One thing I noticed with both samples is that the toolbar gets moved from the bottom on the left panel to below the buttons on the second time you start editing.

0 Kudos
KelseyNovacek1
Deactivated User

Any idea on what is causing the editing bar to be repositioned to the top after a second edit is activate?  Any change I make usually results in the editing bar not show up after the changes.

0 Kudos
KellyHutchins
Esri Frequent Contributor

I updated the fiddle to fix the issue with the editing toolbar being misplaced after stop/start editing.

Edit fiddle - JSFiddle