Search Type: Posts; User: dbassett74
Search: Search took 0.08 seconds.
-
6 Jan 2011 8:08 AM
- Replies
- 44
- Views
- 11,159
There is nothing inside the TD. It is empty at all times.
-
5 Jan 2011 8:44 AM
- Replies
- 44
- Views
- 11,159
Doesn't seem to work:
render: function(p) {
var tt = new Ext.ToolTip({
title: "Levels",
html: "test",
... -
4 Jan 2011 11:30 AM
- Replies
- 44
- Views
- 11,159
Ok, I tried putting it in the render event for the panel, but the tooltip doesn't appear. Here is what I have:
listeners: {
render: function(p) {
var tt... -
4 Jan 2011 9:21 AM
Jump to post Thread: Readonly Checkbox Override by dbassett74
- Replies
- 5
- Views
- 2,221
Sweet! Just what I needed too! Should really be part of the library.
-
4 Jan 2011 9:15 AM
- Replies
- 44
- Views
- 11,159
HAHA, that was it! Thanks so much!
Now, next and hopefully last question. I tried to render a ToolTip to a TD, but it doesn't seem to work. Is there something special I have to do? Here's is... -
4 Jan 2011 7:27 AM
- Replies
- 44
- Views
- 11,159
Doesn't seem to work. Here is what I'm using:
Ext.select("td:nth(1)", true, row.body).setStyle("backgroundColor", "black"); -
4 Jan 2011 4:43 AM
- Replies
- 44
- Views
- 11,159
In my case, I'm not sure what the root is. Per the doc, it says the root is the "HTMLElement". For me, I have a Panel that has this HTMLLayout. How do I specify the panel? Is it the var name I...
-
3 Jan 2011 8:56 AM
- Replies
- 44
- Views
- 11,159
I see what the problem is now. It seems like once the HtmlLayout is rendered. trying to select td:nth(x) is considering EVERY td that is on the page, not just within that particular layout.
For... -
3 Jan 2011 8:51 AM
- Replies
- 44
- Views
- 11,159
yes, this is related to HtmlLayout, as I'm using that for a Layout of a panel. It's just that this particular TD is only visual, there is nothing rendered to it. However, the above code does not...
-
2 Jan 2011 1:44 PM
- Replies
- 44
- Views
- 11,159
Sorry to bug, but any word on being able to do this?
-
1 Jan 2011 9:32 AM
- Replies
- 44
- Views
- 11,159
Not currently. It is simply an empty TD which will have some background color depending on the state of that row during run time.
-
1 Jan 2011 8:32 AM
- Replies
- 44
- Views
- 11,159
How can you set the style of a particular TD in the html table at run time? For example, I want to set the background-color to #FF0000 for "td:nth(1)". How would I accomplish this in code? Thanks.
-
14 Dec 2010 9:48 AM
- Replies
- 6
- Views
- 1,498
Forgot it. Sounds much too difficult and not worth my time. I guess I'll just find a more capable editor one of these days...
-
14 Dec 2010 8:43 AM
- Replies
- 6
- Views
- 1,498
I want to somehow display the remaining characters in an HtmlEditor as the user types. Something like:
"43 of 500 characters remaining..."
in a label on the Panel. Any help on implementing... -
6 Dec 2010 4:03 PM
- Replies
- 4
- Views
- 928
Definitely seems to be the case. Although, I'm stuck with it for the time being so I'll just have to make do with it.
-
6 Dec 2010 9:28 AM
- Replies
- 4
- Views
- 928
I'm not sure why or exactly when, but it seems like more often than not, a "question mark" makes its way into the getValue() result after typing something in the HtmlEditor field. This seems to...
-
4 Dec 2010 8:07 AM
Jump to post Thread: Adding on click to the Panel by dbassett74
- Replies
- 7
- Views
- 635
Nice, thanks!
-
4 Dec 2010 8:06 AM
Jump to post Thread: Templates and ExtJS controls? by dbassett74
- Replies
- 3
- Views
- 782
I have been using the HtmlLayout and it works pretty good. Only drawback is that on complex layouts, it gets a bit daunting to manage because the controls are instantiated separately from the...
-
3 Dec 2010 1:59 PM
- Replies
- 44
- Views
- 11,159
I was able to accomplish what I needed by embedding another panel within the panel that is using the FitToParent plugin. It works, but I really don't like the extra weight it brings.
-
3 Dec 2010 10:44 AM
- Replies
- 44
- Views
- 11,159
This almost works! It properly sets the height of the panel to fill the entire space, however, and this is a big issue. Even though I have set autoScroll: true, no scrollbars appear, rather, the...
-
3 Dec 2010 9:44 AM
- Replies
- 1
- Views
- 491
I'd like to apply a style to the actual table of a TableLayout, not the individual panels the result. Specifically, I would like to specify a border to show (for columns and rows as well). Seems by...
-
3 Dec 2010 9:31 AM
Jump to post Thread: Templates and ExtJS controls? by dbassett74
- Replies
- 3
- Views
- 782
Is it possible to specify/render ExtJS control within a template? Or is it only text based?
-
3 Dec 2010 9:17 AM
Jump to post Thread: Adding on click to the Panel by dbassett74
- Replies
- 7
- Views
- 635
Is there a way to do this as a listener?
-
3 Dec 2010 7:37 AM
- Replies
- 44
- Views
- 11,159
The "style" method doesn't work. Can you show me how I might use the FitToParent plugin with the above code? For example, with the FitToParent plugin, it seems you have to specify the element, but...
-
2 Dec 2010 10:33 AM
- Replies
- 1
- Views
- 572
Nevermind, again! It seems that AFTER making a post, the "Similar Threads" feature finds relevant threads, that the "Forum Search" does not seem to be able to find. Seems like the query logic in...
Results 1 to 25 of 120
