Search Results

Type: Posts; User: SymSure

Page 1 of 14 1 2 3 4
Search took 0.02 seconds.
  1. Thanks. its working
  2. Never mind. Figured it out.
  3. Hi, I have a column chart but the title is too big. there seem not to be any setting to set the font style of the axis tiltle. How can this be achieved.
  4. Just take that line off. below is the new code



    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE...
  5. The code below is the sample to reproduce the issue




    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>...
  6. That did not help. still they same. I can only see like 2 inches of the newly added column and the portlet inserted inside it by the edge of the portal.
  7. Hi,

    I have a portlet with portlet columns and portals. However, I want to be able to add a new column at runtime. But the added column is not coming into focus as the width of the existing portal...
  8. http://stackoverflow.com/questions/10736946/how-to-set-a-svg-rect-elements-background-image/10737277#10737277
    if you check the link above. it makes reference to a jquery libray for manipulating svg....
  9. SVG allows inserting image in a rect
  10. Hi,

    Is it possible to use images as the background of the ext bar / column charts series instead of colours?
    How can be this achieved?
  11. never mind. Found out I do not need to use the event.
  12. Hi,

    How do you set the height of the grid column header. The code below use to work. but suddenly when we got the latest version of the library. it stopped working with the error that setHeight is...
  13. I have already implemented that but was hoping using templating would be cleaner.
  14. well I will want to be able to add an icon beside the text of the header based on some properties of the column that I set or new properties I add to the column. so some column will have only text...
  15. Can the template be changed dynamically at run time.
  16. Can you please provide me with an example on how to use it with ext.net.
  17. Hi, I am wondering how to template the grid header. I would like to have icons and the text value in some of the grid header based on some property of the column.while some will just have text.
    ...
  18. How Can I make the textArea to display html formated text from an Html Editor. I have set the StyleHtmlContent="true" as shown below, but yet the text displayed in the text area is not formated it...
  19. The example you refered me to is different from my situation. The example uses tab panel. I am using a group tab panel and I tried the implementation there it does not work.

    I set the panel...
  20. Hi I have a grouptab panel and want to hide some of the panels on some condition but the hide moethod on the panel is not hiding the panel.




    .vertical-tabs.x-grouptabs-panel
    {
    ...
  21. Thank you
  22. Hi, I have a templated grid that displays data generated by an html editor. The the formated string from the html editor includes tags like <STRONG> , <LI> anong others. None of this is displayed...
  23. Hi,

    i am setting the background color of html editor using the syntax below. when the window renders the backgriound color shows for just a second and disappears.



    // css
    .highlight
    ...
  24. Hi,

    How can a text be appended to the HTML editor. in V1 there was an append method but seem not to be available in V2.

    regards
  25. ok.Thank you
Results 1 to 25 of 350
Page 1 of 14 1 2 3 4