Update dev section editors

This commit is contained in:
perploug
2013-09-10 18:03:50 +02:00
parent d5846a5a4c
commit 17833022a3
6 changed files with 70 additions and 56 deletions

View File

@@ -31,11 +31,18 @@
})(jQuery);
</script>
</asp:Content>
<asp:Content ID="cp1" runat="server" ContentPlaceHolderID="body">
<cc1:UmbracoPanel ID="UmbracoPanel1" runat="server" Text="Edit scripting file" Height="300"
Width="600">
<cc1:TabView ID="UmbracoPanel1" runat="server" Text="Edit scripting file">
<cc1:Pane ID="Pane1" runat="server" Style="margin-bottom: 10px;">
<cc1:CodeArea ID="pythonSource" ClientSaveMethod="doSubmit" AutoSuggest="true" CodeBase="Razor" AutoResize="true" OffSetX="47"
OffSetY="55" runat="server" />
</cc1:Pane>
<cc1:Pane ID="Pane2" runat="server">
<cc1:PropertyPanel ID="pp_filename" Text="Filename" runat="server">
<asp:TextBox ID="pythonFileName" runat="server" Width="400" CssClass="guiInputText"></asp:TextBox>
</cc1:PropertyPanel>
@@ -46,8 +53,6 @@
<div id="errorDiv" style="position: relative; display: none;" class="error">
-</div>
</cc1:PropertyPanel>
<cc1:CodeArea ID="pythonSource" ClientSaveMethod="doSubmit" AutoSuggest="true" CodeBase="Razor" AutoResize="true" OffSetX="47"
OffSetY="55" runat="server" />
</cc1:Pane>
</cc1:UmbracoPanel>
</cc1:TabView>
</asp:Content>