Search Results

Type: Posts; User: beufreecasse

Search took 0.01 seconds.
  1. Hi,

    is there an easy way to perform the same thing from this thread http://forums.ext.net/showthread.php?49581-CLOSED-Gauge-Chart-with-centered-text-in-the-middle with EXT.NET 3.2 ?

    I tried...
  2. Hi,

    is there an easy way to perform the same thing with EXT.NET 3.2 ?

    I tried using this code but not working for onResize function.


    var onResize = function (chart, width, height) {
    ...
  3. Thanks for your help.

    The point is that I want to render html in the gridpanel but I want non-html tags like xml tags to be displayed.

    Is it possible?
  4. Hi,

    I would like to know if I have a way to avoid angular and curly brackets to be interpreted.

    In fact in a Gridpanel if datas contain <> or {} all the text will be escaped and will not be...
  5. Hi,



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ReleasesAll.aspx.cs" Inherits="WebDesk.ReleasesAll" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>...
  6. Hi,

    any idea?

    Thank you
  7. Hi,

    I'm having issue with the Htmleditor component when added to RowEditor plugin.
    The height can't be under 100px. I tried to use a specific class to htmleditor forcing height property but...
  8. Ok, Thank you for the answer.

    So i'll explain my issue, and may be you will have a good solution :

    I have a server side method that conatins a store databind. What i need to do is that any...
  9. Hello,

    I would like to know if there's a way to pass objects like Store in directevent method ?

    Thank you
  10. Sorry, i gave you a bad way, i could reproduce the problem even if the page is browsed under IE9 norms
  11. Hi,
    I still have the problem under SP1 but i tested something and it seems that the problem occurs when IE9 is running the page under Quirks mode (press F12 key).

    I tried with IE 9 Norms and i...
  12. Hi,

    My Windows 7 is not SP1.

    I'll try to upgrade it to check if it solves the issue.


    Thank you
  13. I've tested with Firefox and Chrome and couldn't reproduce the problem.

    I'm under Seven 32 bit and IE9 with double display
  14. Same problem with compatibility off :(
  15. Hello,

    I still have the same problem after changin autoheight and layout values.

    Thank you
  16. Sorry but i still have the same problem with RC2
  17. I'm using EXT.NET RC1.

    2861


    As you can see it, the toolbar of the htmleditor is not activated. This problem doesn't occur always but you can reproduce it by refreshing the page several times.
  18. Hello,

    I'm using Internet Explorer 9.

    Here's the clean code :



    <%@ Page language="c#" Codebehind="test.aspx.cs" AutoEventWireup="false" Inherits="WebDesk.test" %>
    <%@ Register...
  19. Hello,

    Here is the code of mywindows including htmleditor :


    <%@ Page language="c#" Codebehind="test.aspx.cs" AutoEventWireup="false" Inherits="WebDesk.test" %>
    <%@ Register...
  20. Hello,

    Sometimes after Htmleditor render in a window, it seems that the component is not fully loaded (the textarea doesn't react like an htmleditor and the Font dropdown is deactivated).
    The...
  21. It's working now!!

    My problem was that i didn't have the Ext.ns('Ext.ux.form.HtmlEditor'); at the begining of the js.

    Thanks a lot.
  22. Hi,

    i'm experiencing troubles to add a genericplugin on Htmleditor component.


    <ext:HtmlEditor ID="HtmlEditor1" runat="server" >
    ...
Results 1 to 22 of 22