rach
Aug 19, 2012, 4:56 PM
I want to open a website into a window, as a result of click on <OfficeWebUI:LargeItem> that i guess it is actually a button like asp:button. In your examples you gave an example of ext:button and call the show() function from listener.
What should i do in my case?
this is the code:
<OfficeWebUI:LargeItem ID="rbnBtnUpload" runat="server" Text="Upload" ImageUrl="~/Library/Img/Upload.png"
OnClick="rbnBtnUpload_Click" />
And where should i build the ext:window? in the html? or in page_load? (than also in postback?)
thanks!
Rachel
What should i do in my case?
this is the code:
<OfficeWebUI:LargeItem ID="rbnBtnUpload" runat="server" Text="Upload" ImageUrl="~/Library/Img/Upload.png"
OnClick="rbnBtnUpload_Click" />
And where should i build the ext:window? in the html? or in page_load? (than also in postback?)
thanks!
Rachel