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 include 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

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 ,

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

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 t.bro...@gmail.com 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 CellTree has once cell for each

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

Re: GWT UIBinder remember username password

2012-04-12 Thread Markandayarushi Pamu
it is not picking the remember password. That is my exact problem .. Rushi On Mar 13, 9:24 pm, Joseph Lust lifeofl...@gmail.com 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 password

GWT UIBinder remember username password

2012-03-07 Thread Markandayarushi Pamu
g:FormPanel method=post action=javascript:; ui:field=formPanel g:HTMLPanel div class=fm-login-ui-form-panel id=login-ui-form-panel-id div class=fm-login-info-msg fm-label

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.

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

Re: Remember username password in GWT

2011-09-16 Thread Markandayarushi Pamu
/let-browser-save-username-password-values-in-a-login-form On Sep 14, 11:23 pm, Markandayarushi Pamu pmru...@gmail.com 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

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 pmru...@gmail.com 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 is only working

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.

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.