提交代码
This commit is contained in:
@@ -74,6 +74,13 @@
|
||||
<f:HiddenField runat="server" ID="hdMainItemAndDesignProfessionalIds"></f:HiddenField>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow ColumnWidths="95% 4% 1%">
|
||||
<Items>
|
||||
<f:Label runat="server" ID="Label1" Label="位置选择" LabelWidth="150px"></f:Label>
|
||||
<f:Button runat="server" ID="Button1" OnClick="btnMap_Click" Text="选择"></f:Button>
|
||||
<f:HiddenField runat="server" ID="HiddenField1"></f:HiddenField>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||||
@@ -93,6 +100,10 @@
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" OnClose="Window1_Close"
|
||||
Width="600px" Height="560px">
|
||||
</f:Window>
|
||||
<f:Window ID="Window2" Title="位置选择" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" OnClose="Window1_Close"
|
||||
Width="860px" Height="660px">
|
||||
</f:Window>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user