different gwt-textbox height in IE9 and FF13

2013-01-01 Thread tong123123
I found that for gwt-textbox (without modify any of its css attribute), when render in IE9, the height is 22px but NOT including padding-top, padding-bottom, border-top-width, border-bottom-width, so in IE, the gwt-textbox is in fact 22+1+1+1+1 = 26px; but in FF13, the height 22px is including

Re: GWT textbox.

2012-12-19 Thread Jonathan
Any news on *'Even i cannot be able to select the text by dragging the mouse over the text.*'? I have the same issue in IE9. Is this already fixed? Other solutions? Gr Op donderdag 30 augustus 2012 23:21:44 UTC+2 schreef Bobby het volgende: onFocus of any of the textboxes in my GWT

GWT textbox.

2012-09-03 Thread Bobby
onFocus of any of the textboxes in my GWT application the cursor is going back to the starting of the text. I tried to set the cursor position but still didnt work. Even i cannot be able to select the text by dragging the mouse over the text. This happens only in IE ,works fine in Chrome.

How to send data from gwt TextBox to PhP server via JSON

2012-08-02 Thread Godel83
Hi, I'm trying to send login datato php script, when click on submit button. I want to send data as Post for php script, via JSON. This is my code on java file (piece of the form): final TextBox mioUsername = new TextBox(); final PasswordTextBox miaPassword = new PasswordTextBox(); Button

Re: How to send data from gwt TextBox to PhP server via JSON

2012-08-02 Thread Joseph Lust
// username and password sent from form $myusername=$_POST['myusername']; $mypassword=$_POST['mypassword']; You will need to json_decode() the request before you can access the variables within. Further the incoming request JSON should be assigned to a variable (i.e. msg=JSON) so that

Re: how to change default GWT TEXTBOX Border color

2012-03-29 Thread Maxime Mularz
change the default border color of GWt TextBox. i tried this                .gwt-TextBox:focus                {                  border: 1px solid #FF;                } but with no luck the default golden color remain there ,and my red color also added , but i need to replace

Re: how to change default GWT TEXTBOX Border color

2012-03-25 Thread Joseph Lust
Try overriding the existing property with the *important* keyword. .gwt-TextBox:focus { border: 1px solid #FF *!important*; } Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

how to change default GWT TEXTBOX Border color

2012-03-24 Thread junaid
how can i change the default border color of GWt TextBox. i tried this .gwt-TextBox:focus { border: 1px solid #FF; } but with no luck the default golden color remain there ,and my red color also added , but i need to replace

Ipad Iphone Keyboard will not popup with GWT textbox

2012-01-04 Thread fishbone
I have a pretty basic GWT/GAE app that uses a single textbox. The textbox works good in Firefox, IE, Chrome, Safari on Mac, and Andriod, but the Textbox does not work on Iphone or Ipad. When clicking the text box in Iphone/Ipad, nothing happens. The keyboard does not popup therefore the user

GWT TextBox with time format and DateBox format.

2011-02-22 Thread azuniga
Is there a way I can pre-set the TextBox so that it will display hh:mm:ss and to on accept only text in time format and have it allow the user to enter the 2 digits for the hour, skip the : then go to mm, skip the other : and then go to ss, or is there a widget already in existence that does that?

How to get value of Div tag(GWT textbox) in Javascript

2010-04-13 Thread warrior
Hi to All, I am trying to make application where i have to GWT textbox one is for email and another is for password. I put that textbox with the help of div tag like div id=nameContainer/div div id=passwordContainer/div Once user enter some information in this textbox on jsp page i require