preparation for entry action test
This commit is contained in:
		@@ -146,6 +146,9 @@ class Entry extends Control implements NewLineable, Scriptable, Styleable, TextF
 | 
				
			|||||||
	 */
 | 
						 */
 | 
				
			||||||
	public function render(\DOMDocument $domDocument) {
 | 
						public function render(\DOMDocument $domDocument) {
 | 
				
			||||||
		$xmlElement = parent::render($domDocument);
 | 
							$xmlElement = parent::render($domDocument);
 | 
				
			||||||
 | 
							if (false) {
 | 
				
			||||||
 | 
								$xmlElement->setAttribute('action', 'TestAction');
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
		if ($this->name) {
 | 
							if ($this->name) {
 | 
				
			||||||
			$xmlElement->setAttribute('name', $this->name);
 | 
								$xmlElement->setAttribute('name', $this->name);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user