diff --git a/application/core/FML/Controls/Entry.php b/application/core/FML/Controls/Entry.php index a0b7d1f8..2513fba5 100644 --- a/application/core/FML/Controls/Entry.php +++ b/application/core/FML/Controls/Entry.php @@ -146,6 +146,9 @@ class Entry extends Control implements NewLineable, Scriptable, Styleable, TextF */ public function render(\DOMDocument $domDocument) { $xmlElement = parent::render($domDocument); + if (false) { + $xmlElement->setAttribute('action', 'TestAction'); + } if ($this->name) { $xmlElement->setAttribute('name', $this->name); }