Search Results

Type: Posts; User: cleve

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi

    Applying second click of the following aspx raises JS error (screenshot attached).
    Please check.

    (index.aspx)


    <%@ Page Language="C#" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  2. OK. I think I got it. I'll use javascript to include this. Thanks.
  3. Can you post some technical details that can fully address this problem?
    Limit the scenario to "how to make upload on-the-fly", do you have some suggestions at this moment?
  4. It works, thank you Daniil.
    Before closing this thread, can you explain the what's "X.ControlsScripting"? and In what scenario I should apply this?
  5. Sorry, here is the complete example:

    Controller:



    public ActionResult Index()
    {
    return View(@"~/test/index.aspx");
    }
  6. Hi

    The following partial view (MVC) brings JS error.




    <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<string>" EnableViewState="false" %>
    <ext:Window runat="server">
    ...
  7. Em.. Yea. It show JSON encode error of some kind. But it looks different with the previous of mine. Mine is "Access Denied.".
    But when I trace back the source, it focuses the same thing...
  8. Sorry, it doesn't work. The following is the complete example. My IE version is 9.0.8112.*.

    Controller "Test"



    public ActionResult Index()
    {
    return...
  9. Hi guys,

    This problem shows only by IE.

    1. This view works fine.



    <%@ Control Language="C#" %>
    <ext:Window runat="server" ID="win" Layout="FitLayout" CloseAction="Destroy"
  10. Hi guys,

    Server side error is prompted by apply the following code in .ascx view (MVC).
    Please check. Thanks.




    <%@ Control Language="C#" %>
    <ext:FormPanel runat="server">
  11. Thanks for the explanation Daniil. It's clear now.
  12. Partly it's related. I narrowed down the scope of my question and found it had been discussed on "iframe" usage performance and alternative approaches had been proposed.
    I bought the one...
  13. Hi guys,

    I just saw a plug-in from sencha
    http://www.sencha.com/forum/showthread.php?133438-4.x-Ext.ux.Bootstrap,
    a code supports dynamic linked-in of JS resources.
    Can this stuff be used to...
  14. Done. Thanks and pls close.
  15. It works just once. Applying second click on that button makes panel disappeared. Or even a JS error telling panel is no more.
    I think keeping contentEl has its point, just as the example site...
  16. Sorry, it doesn't work.




    <%@ Page Language="C#" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html...
  17. Hi guys, try this:

    - aspx




    <%@ Page Language="C#" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html...
  18. Hi guys,

    Here's my code. My question goes with the content resizing within notification window.




    <%@ Page Language="C#" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
  19. I got it. Thanks.
  20. Not really. I've tried border layout to make HtmlEditor occupy the whole center area, works fine. What my original thinking is to treat a with-format text input as a field just like the other...
  21. I am not sure if it's permitted. The code:




    <%@ Page Language="C#" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html...
  22. Hi guys, now report two errors when applying latest updates from SVN:




    <%@ Import Namespace="ISS" %>
    <%@ Page Language="C#" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
  23. You are right. It's solved. Please close then. Thanks.
  24. Hi guys,

    It's weird when I come up the following code with error. It looks like gridpanel summary feature can't be with treepanel if I want to rebind the tree with setRootNode() call later on.

    ...
  25. That's it. I am done on this issue. Thanks for the help. Please mark the thread "Closed".
Results 1 to 25 of 72
Page 1 of 3 1 2 3