Search Results

Type: Posts; User: izee

Search took 0.01 seconds.
  1. the iframe default named with "{parent}_IFRAME",how to specify other one?
  2. <ext:FormPanel ID="FormPanel1" FormID="formUpload" Url="/file/upload"

    Method="POST" FileUpload="true" runat="server">

    <Body>

    ...
  3. Thread: TreePanel in mvc

    by izee
    The TreeLoader and the WebServiceTreeLoader don't work
    Throw NullReferenceException where invoke get_UrlProxy()
  4. <ext:Button ID="Button1" Type="Submit" runat="server" Text="Login" Icon="Accept">
    <AjaxEvents>
    <Click Url='<%# Html.AttributeEncode(Url.Action("Login")) %>'...
  5. This is a Htmleditor control
    can insert or upload image file.
    How to add or instead the original?

    http://extjs.org.cn/extjs/plugins/HTMLEditor/image/index.html
  6. <ext:Store ID="Store_Coupon" runat="server">
    <Proxy>
    <ext:HttpProxy Url='<%# Url.Action("GetECoupons","Data") %>' AutoDataBind="true">
    </ext:HttpProxy>
    ...
  7. I want to set a default eventmask for all ajaxevents
  8. a MonthPicker

    http://extjs.com/forum/showthread.php?t=51208
  9. Coolite.Ext.AjaxEvent.override({
    showFailure: function(response) {
    var win = new Ext.Window({
    modal: true,
    width: 300,
    ...
  10. the extjs docs given that the DateField has select event

    the change event is always after blur event,I need before
  11. entity A has a entity B property
    entity B has a entity C property
    ....
    entity X has a entity Z property

    when SerializationMode is Complex,the serialize result of entity A is very big

    in a...
  12. in class "Canario "

    set the "Newtonsoft.Json.JsonIgnoreAttribute" for all properties if the type of property is "Exposicao"
  13. I solved:


    function addTab(tabPanel, id, title, url) {
    var tab = tabPanel.getItem(id);
    if (!tab) {
    tab = new Ext.Panel({
    ...
  14. no reply?
  15. <div style="text-align: left;" id="result_box" dir="ltr">forgot another thing:

    how to set the tab's title load from target iframe,likes web browser
  16. <script type="text/javascript">
    function addTab(tabPanel, id, title, url) {
    var tab = tabPanel.getItem(id);
    if (!tab) {
    tab = new Ext.Panel({
    ...
  17. why the response not contain "Data:{data: ,totalCount:n}" when the result is empty

    Temporary solution


    protected void Store1_RefreshData(object sender,...
  18. It works,thanks
  19. My entities are double-sided reference
    and I set IgnoreAttribute for back reference properties



    [System.Xml.Serialization.XmlIgnoreAttribute()]
    ...
  20. <ext:Store runat="server" ID="Store1" AutoLoad="false" OnRefreshData="Store1_RefreshData" SerializationMode="Simple">
    <AutoLoadParams>
    <ext:Parameter Name="Start" Value="={0}"...
  21. like this:


    if (Coolite.Ext.GridPanel) {
    Ext.apply(Coolite.Ext.GridPanel.prototype, {
    saveMask: {
    showMask: true,
    msg: "??????...."
    }
    });
  22. thanks all of you

    all the code is working ok after I cleaned the cache of brower
  23. say like this clear more



    i want to get this




    <h3>IT-0057</h3>
  24. <head>
    <script type="text/javascript">
    var ClientUrl = function(value) {
    return value.replace("~", "http://" + window.location.host);

    }
    </script>
    </head>...
  25. Thread: how to bind ....

    by izee
    <asp:DataList ID="DataList1" runat="server" RepeatColumns="1" RepeatDirection="Horizontal"
    Style="width: 680px;" DataSourceID="DS_Detail">
    <ItemTemplate>...
Results 1 to 25 of 25