0
votes
2answers
142 views
EXT JS toLayout on Viewport doesnt show anything…
After reading many example about adding new components in to existing container without reloading whole page I run in to small problem while combining tree and tabs inside Viewport …
1
vote
5answers
2k views
[ExtJs] Vs [Ext GWT] Vs [SmartGWT]
Hi,
I am going to start a new application which mainly consist NavigationPane, Grid, Toolbar. Layout should look like this demo page http://www.gwt-ext.com/demo/
I am quite confu …
1
vote
2answers
118 views
PHP - Get the file extension (basename?)
Hello there!
If I have a code like this:
$file = basename($filename);
How do i get the file extension of $file? The variabel file could contain any kind of file, like index.php …
0
votes
1answer
75 views
Using Ext.Msg.Alert in Asp.net
Ext.onReady(function(){
if (Ext.get('ctl00_ContentBody_txtCM').dom.value == "")
{
Ext.MessageBox.alert("Status", "You have input CM!", function()
{
…
0
votes
1answer
294 views
[ext js] Renderer for ColumnTree?
Hello!
I'm trying to add a custom renderer to a ColumnTree in Ext JS. Since it appears(?) that this isn't supported, does anyone know of any workaround to use a renderer? Here's a …
0
votes
1answer
73 views
One-to-many Associations Empty Columns Issue (Ext on Rails)
I'm playing with rewriting part of a web application in Rails + Ext. However, I'm having trouble getting an associated models' name to display in the grid view.
I've been able to …
0
votes
3answers
273 views
Hudson email ext plugin bug?
Hello everyone,
I am getting an error using my email ext plugin from hudson.
I am trying send an email to the following schema =
"< firstName >_< LastName >@< subgroup …
0
votes
0answers
268 views
gwt ext combobox
hi,
i am using gwt ext.i have a combo box.i want to set my own filter to display the value.
Any idea please
eg: combobox contain : jon ,
jockey jo,
…
0
votes
6answers
864 views
IE7 Ext JS problem: Unspecified JS error on window.close()
I am using Ext JS to make a popup window, here is the code:
function popupImage(term, imageNumber){
if(currentPopupWindow!=null){
currentPopupWindow.close();
}
…
0
votes
1answer
286 views
What is a good image chooser in jQuery?
I am looking for a nice image chooser in jQuery. Ext has a nice one here (under Examples and Demos -> Views -> Image Chooser). Is there something like this for jQuery?
1
vote
3answers
468 views
Is ext js compatible with .jsp, java backend?
Is ext js compatible with .jsp, java backend?
0
votes
1answer
128 views
Ext Dependency Builder in POPUP window
Hi all,
I have a big problem that makes me go crazy ...
I want to add into a popup window a "Ext Dependency Builder" component ... using the components here:
"http://extjs.com/dep …
0
votes
1answer
418 views
Using XTemplate with SimpleStore in Ext
I am currently adding some functionality to some old code. There used to be a template which took a flat array of items and spat out some HTML, now the data is coming from a simple …
0
votes
1answer
214 views
How to re-render the panel to different div when panel already render to some other div
I have created a Ext.Panel object, it rendered properly to specified div element on my page.
I want to replace the panel object underlying element(previously rendered div element) …
0
votes
1answer
141 views
How to re-render the panel to different div when panel already render to some other div
I have created a Ext.Panel object, it rendered properly to specified div element on my page.
I want to replace the panel object underlying element(previously rendered div element) …
