Split UIBinder File

2012-05-22 Thread Markandayarushi Pamu
Hi All, I have one requirement in GWT UIBinder. I want to split the UIBinder file, like in jsp. I want to add another uibinder into this. Plz suggest how to add.. Rushi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

Implement inline edit in GWT

2012-05-07 Thread Markandayarushi Pamu
Hi All, I want to implement the inline edit funtionality in my application using only GWT.(opensource only). In my application onclick of the lable I want to show the corresponding widget like (Textbox, Auto Suggest Box). Onclick fo the lable, textbox will come , user can change the value , afte

Re: Overriding CellTree styles

2012-04-30 Thread Markandayarushi Pamu
Hi Guys, Same way I have overridden, CellTree resource. But I am getting the wierd problem. In my application I am using CellTree in 2 places, in 2 places I have overridden with 2 differnent style names. But If I chnage in css file, changes are applying for the two celltree's.. Plz help me w

Re: Customize GWT CellTree Item

2012-04-18 Thread Markandayarushi Pamu
Thx for the reply It's workig.now On Apr 18, 2:15 pm, Thomas Broyer wrote: > On Tuesday, April 17, 2012 9:13:05 PM UTC+2, Markandayarushi Pamu wrote: > > > Hi All, > > > I have one different requirement in CellTree. > > > Currently CellT

Customize GWT CellTree Item

2012-04-17 Thread Markandayarushi Pamu
Hi All, I have one different requirement in CellTree. Currently CellTree has once cell for each node, in that cell we can give the html content and give the events for that node item. onclick of the whole node anywhere event will fire. But my requirement is, I want to create 2 buttons like (Edi

Re: GWT UIBinder remember username password

2012-04-12 Thread Markandayarushi Pamu
picking the remember password. That is my exact problem .. Rushi On Mar 13, 9:24 pm, Joseph Lust wrote: > Markandayarushi Pamu, > > This is a common issue on dynamically generated webapp content. Basically, > the browser looks for a form with name 'password', as a pas

GWT UIBinder remember username password

2012-03-07 Thread Markandayarushi Pamu
Use your Aconex Login Name and Password

Menu Button in GWT

2012-01-13 Thread Markandayarushi Pamu
Hi All, I want to develop the MenuButton in GWT. On click of the button I need to open the popup (like options menu) onselect of the menu is selected menu item should come as the button text. Similar component is available in GXT, but in my project I can't use GXT only we need to use GWT. Anyon

Load the 20 records on browser scroll

2011-10-24 Thread Markandayarushi Pamu
Hi, My requirement is to implement on browser scroll render the 20 records like facebook. I don't have any idea how to implement, only I know is there is a WindowScrollListener event to capture the event. My doubt is how to capture the browser scroll is reached bottom end? and how to implement t

Re: Remember username password in GWT

2011-09-16 Thread Markandayarushi Pamu
ckoverflow.com/questions/2778350/let-browser-save-username-password-values-in-a-login-form > > On Sep 14, 11:23 pm, Markandayarushi Pamu wrote: > > Hi, > > > > I want to implement the remember username and password functionality > > in my application. > > > > We a

Re: Remember username password in GWT

2011-09-15 Thread Markandayarushi Pamu
Please help on this issue On Sep 15, 8:23 am, Markandayarushi Pamu wrote: > Hi, > > I want to implement the remember username and password functionality > in my application. > > We are using the GWT version 2.2. I have tried to implement but user > name auto complete i

Remember username password in GWT

2011-09-14 Thread Markandayarushi Pamu
Hi, I want to implement the remember username and password functionality in my application. We are using the GWT version 2.2. I have tried to implement but user name auto complete is only working in the Fiirefox, Chrome and not working IE. remember the password is not working any browser. Actuall

Remember User name, password in GWT cross borwsers

2011-09-14 Thread Markandayarushi Pamu
Hi, I want to implement the remember username and password functionality in my application. We are using the GWT version 2.2. I have tried to implement but user name auto complete is only working in the Fiirefox, Chrome and not working IE. remember the password is not working any browser. Actuall