Search Results

Type: Posts; User: rnfigueira

Page 1 of 8 1 2 3 4
Search took 0.02 seconds.
  1. Hi, I put a BottomBar (see example below) but with the same method doSelection not select rows of the other pages. Is only selecting rows from the first page. What to do?



    <BottomBar>
    ...
  2. see the code below:

    ResourceManager1.AddScript("default.aspx?param1=xsd43.23dssd.234!#@sdfsdf&param2=xsf4444lcdlcvb.fdf");

    I would like to ENCODE the URL parameters param1 and param2
  3. Hi, I'm using ext: ResourceManager addScript method. I wonder if this method does encode url parameters?
  4. You have controls for Mobile?
  5. well I tried but did not call the event


    <ext:RadioGroup ID="rdbExecutar" runat="server" FieldLabel="ssfsdf" LabelWidth="160"
    ...
  6. but I want to call an event in codebehind
  7. I've got RadioGroup with three radio buttons. I would call an event when he chooses a Radio or change
  8. There Tooltip property in a control <ext:Radio>?
  9. Thank you. I found my mistake
  10. the situation is somewhat different. I want to pass the mouse over cell to show the tooltip content and when empty the contents of the cell does not show the tooltip. Let's say the example is:


    ...
  11. put as you suggested but it is generating an error. I debug and the error occurs on the line:


    var b=this.body.getTextWidth()
  12. Does not display the content. See my code below:
    CodeBehind:


    toolTip.Listeners.BeforeShow.Handler = "disableEmptyToolTip(this, " + this.GridPanel.ClientID + ", " +...
  13. how do I dynamically update the tooltip? I was doing so:
    tooltip.body.dom.innerHTML = grid.getColumnModel().columns[cellIndex].renderer(data)
    but generates error
  14. javascript to display the contents



    var showTipGridPanel = function (tooltip, grid, store) {

    var rowIndex = grid.view.findRowIndex(tooltip.triggerElement),
    cellIndex =...
  15. Example of the tooltip that I'm creating


    Ext.Net.ToolTip toolTip = new Ext.Net.ToolTip()
    {
    ID = this.ID + "_GridToolTip",
    Delegate =...
  16. Hi, I have tooltip (Ext.Net.ToolTip) in GridPanel (in each row shows the contents of column). The column / row is empty it shows too. How not to show (tooltip) when empty?
  17. I would like to change the style of the tabs in a TabPanel control. What is your suggestion to make the tabs so I need to see example of http://scripts.emirplicanic.com/css-steps/index.html#step-two
  18. how do I put in a button image Ext.Net.Build.Ext.Net.icons.next_blue.png? It's in the Ext Resources
  19. see the image that exists on the link (http://ui-patterns.com/patterns/Wizard). There is disabled tabs.
  20. I would like a wizard but I could see the steps (in tabs) that exist. Just as in the example http://ui-patterns.com/patterns/Wizard
  21. Yes. Disabling the previous tab and activate the current when next
  22. hi, would like to build a screen similar to the example. See http://ui-patterns.com/users/1/collections/86/entry/610
  23. hi, in a Panel Ext I put a cls. How do I get the cls in javascript?
  24. ok, thank you
  25. I need the layout wizard and put controls in Panel ext. What are alternatives?
Results 1 to 25 of 194
Page 1 of 8 1 2 3 4