From 7ee0b582dde019e9ecbe374f0efed69d21a61ff6 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 16 Feb 2016 11:28:33 +0100 Subject: [PATCH] update umbEditorFooter example with a form element --- .../editor/umbeditorfooter.directive.js | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfooter.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfooter.directive.js index ad3e67c3d9..b642f0724a 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfooter.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfooter.directive.js @@ -8,23 +8,27 @@ Use this directive to construct a footer inside the main editor window.

Markup example

-    
+
- +
- - + - - // main content here - + + - - // footer content here - + + // main content here + - + + // footer content here + + + + +