mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Widgets can now be deleted
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@39286 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
94fc673f97
commit
2beda6645a
@ -77,7 +77,7 @@ FieldEditorField.prototype = {
|
|||||||
this.toggler.onclick = this.toggle.bind(this);
|
this.toggler.onclick = this.toggle.bind(this);
|
||||||
this.extraOptions = this.getExtraOptions();
|
this.extraOptions = this.getExtraOptions();
|
||||||
this.visible = false;
|
this.visible = false;
|
||||||
this.deleteButton = this.findDescendant( 'a', 'delete' );
|
this.deleteButton = this.findDescendant('a', 'delete');
|
||||||
|
|
||||||
//this.style.height = "auto";
|
//this.style.height = "auto";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user