jQuery

2010-02-08 Thread muhannad nasser
Dear all; can u please tell me how to use jQuery in GWT... do i need to add something to xml files. and how to call the jQuery functions thanks -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ -- You received this message because you are subscribed to the Google

jquery?

2011-10-25 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi there, a coworker told me that jquery has a bunch of advantages over gwt and that gwt offers pretty much nothing that jquery doesn't - and is going to infest our source code if i can't stop him. has anyone here experience with both? the

Re: jQuery

2010-02-09 Thread dougx
There's no magic to this; just add jquery to the page as a javascript include and then use JSNI to invoke various calls. Here is a trivial example: public static native Object query(String selector) /*-{ return($(selector)); }-*/; public static native void hide(Object t

Re: jQuery

2010-02-09 Thread muhannad nasser
thanks very much. i will try it On Tue, Feb 9, 2010 at 10:30 AM, dougx wrote: > There's no magic to this; just add jquery to the page as a javascript > include and then use JSNI to invoke various calls. > > Here is a trivial example: > > public static native Objec

Re: jQuery

2010-02-09 Thread mariyan nenchev
What does Gquery give you that gwt can't? On Tue, Feb 9, 2010 at 10:30 AM, dougx wrote: > There's no magic to this; just add jquery to the page as a javascript > include and then use JSNI to invoke various calls. > > Here is a trivial example: > > public stati

Re: jQuery

2010-02-09 Thread matttai
speed the gwt compiler has a mind boggling amount of optimization On Feb 9, 8:53 pm, mariyan nenchev wrote: > What does Gquery give you that gwt can't? > > > > On Tue, Feb 9, 2010 at 10:30 AM, dougx wrote: > > There's no magic to this; just add jquery to the p

Re: jQuery

2010-02-09 Thread mariyan nenchev
gt; > > > On Tue, Feb 9, 2010 at 10:30 AM, dougx wrote: > > > There's no magic to this; just add jquery to the page as a javascript > > > include and then use JSNI to invoke various calls. > > > > > Here is a trivial example: >

Re: jQuery

2010-02-09 Thread matttai
t; the gwt compiler has a mind boggling amount of optimization > > > On Feb 9, 8:53 pm, mariyan nenchev wrote: > > > What does Gquery give you that gwt can't? > > > > On Tue, Feb 9, 2010 at 10:30 AM, dougx wrote: > > > > There's no magic to this

Re: jQuery

2010-02-09 Thread Jan Ehrhardt
tring selector) /*-{ return($wnd.$(selector)); }-*/; Regards Jan Ehrhardt On Tue, Feb 9, 2010 at 9:30 AM, dougx wrote: > There's no magic to this; just add jquery to the page as a javascript > include and then use JSNI to invoke various calls. > > Here is a trivial example: &g

Re: jQuery

2010-02-09 Thread dougx
irst method of the simple > example has to look like this: > > public static native Object query(String selector) /*-{ >    return($wnd.$(selector)); > > }-*/; > > Regards > Jan Ehrhardt > > On Tue, Feb 9, 2010 at 9:30 AM, dougx wrote: > > There's no

GWT-JQuery

2010-08-26 Thread gopal bhalala
Hi to all, I want to use range slider (e.g. price range, time range etc) widget in my application. I was tired to research on GWT Widget but i have not found any range slider widget in GWT but i have found range slider Widget in jQuery. Found jQuery range slider on this URL: * http

Gwt + JQuery

2010-10-13 Thread null
Hi all, To develop a gwt application with jquery code embeded wich is the best option? and why? a) Use gwtquery-1.0-SNAPSHOT.jar lib b) Use jquery.js directly Thanks a lot! Ignasi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

GWT + JQuery

2010-10-13 Thread Ignasi
Hi all, To develop a gwt application with jquery code embeded wich is the best option? and why? a) Use gwtquery-1.0-SNAPSHOT.jar lib b) Use jquery.js directly Thanks a lot! Ignasi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

jQuery plugins

2011-09-07 Thread Darnok
I've developed a jQuery widget that makes use of jQuery plugins, which works fine standalone. However, once plugged into GWT, it seems not to wait for the jQuery plugins... I load the plugins with: . . . Firebug shows them both .js files as loaded.

Re: jquery?

2011-10-25 Thread Tomasz Gawel
hi, main gwt strong point is "maintainability, team work support, and refactoring support which comes from java and java tools (and are not specific to gwt) and are not available in javascript and not possible be available in javascript. javascript is extremely flexible and powerful scripting lan

Re: jquery?

2011-10-25 Thread Jeff Chimene
On 10/25/2011 11:16 AM, Dennis Haupt wrote: > hi there, > > a coworker told me that jquery has a bunch of advantages over gwt and > that gwt offers pretty much nothing that jquery doesn't - and is going > to infest our source code if i can't stop him. 1) There's al

Re: jquery?

2011-10-25 Thread András Csányi
On 25 October 2011 20:57, Jeff Chimene wrote: > On 10/25/2011 11:16 AM, Dennis Haupt wrote: >> hi there, >> >> a coworker told me that jquery has a bunch of advantages over gwt and >> that gwt offers pretty much nothing that jquery doesn't - and is going >>

Re: jquery?

2011-10-25 Thread Dennis Haupt
/25/2011 11:16 AM, Dennis Haupt wrote: >>> hi there, >>> >>> a coworker told me that jquery has a bunch of advantages over >>> gwt and that gwt offers pretty much nothing that jquery doesn't >>> - and is going to infest our source code if i ca

Re: jquery?

2011-10-25 Thread Manuel Carrasco Moñino
On Tue, Oct 25, 2011 at 8:16 PM, Dennis Haupt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > hi there, > > a coworker told me that jquery has a bunch of advantages over gwt and > that gwt offers pretty much nothing that jquery doesn't - and is going > t

Re: jquery?

2011-10-25 Thread Luis Montes
Maintaining JS doesn't have to become a nightmare on large projects. Other toolkits besides jquery have taken things like modularity,dependency management, and modularity into account. Write in GWT if you want to write in Java. On Tue, Oct 25, 2011 at 11:33 AM, Tomasz Gawel wrote:

Re: jquery?

2011-10-26 Thread t.dave
7;re building what's really a website and you want to have just a sprinkling of ajax or a little cool functionality, then by all means go with jquery. it's much more lightweight and for simple things, way simpler. but from what i've seen i would definitely not want to do anything o

Re: jquery?

2011-10-27 Thread Andrei
I wrote complex apps in both JQuery and GWT. My experience boils down to two key points: (1) 2-3,000 lines of code or less, you can do it much faster in JQuery than GWT, and the resulting JavaScript will be much smaller. More code - go with GWT. (2) If you plan to use widgets like DataGrid or

Re: jquery?

2011-10-27 Thread Roger Studner
There are many (many) jQuery based live grid implementations. They are far easier to style, implement and customize than "CellTable" A massive strength of GWT, is the ability to model your domain objects on the client. Sure, you can do this in javascript using Backbone and other

jQuery with GWT

2010-05-06 Thread Tapas Adhikary
Hi All, Can somebody give some idea on integrating jQuery with GWT ? I have a project built on GWT and I would like to use jQuery in the project. How Smooth it is to integrate the both ? Is it possible to access any of the panel / composite created in GWT using jQuery's dom navigation ? I

Re: GWT-JQuery

2010-08-27 Thread Thomas Broyer
On 27 août, 07:04, gopal bhalala wrote: > Hi to all, > > I want to use range slider (e.g. price range, time range etc) widget in my > application. > > I was tired to research on GWT Widget but i have not found any range slider > widget in GWT but  i have found range sl

Re: GWT-JQuery

2010-08-27 Thread gopal bhalala
n GWT Widget but i have not found any range > slider > > widget in GWT but i have found range slider Widget in jQuery. > > See > http://google-web-toolkit-incubator.googlecode.com/svn/trunk/demo/SliderBar/index.html > Documentation at > http://code.google.com/docreader/#p

Re: GWT-JQuery

2010-08-27 Thread Philippe Laflamme
Hi Gopal, I wrote a plugin for gwtquery (a jQuery re-write in GWT) that you can use to get jQuery-UI widgets in GWT. You can find these projects here: GWTQuery: http://code.google.com/p/gwtquery/ GWTQuery-UI: http://code.google.com/p/gwtquery-ui The jQuery-UI slider widget is available (amongst

Re: GWT-JQuery

2010-08-27 Thread Thomas Broyer
On 27 août, 12:58, gopal bhalala wrote: > Hi Thomas, > > Thanks for reply. > > i have research on that but i have not successfully customize like this > slider > > please check this url: *http://jqueryui.com/demos/slider/#range if u have > any idea about this type of widget please tell me* Oh,

Re: GWT-JQuery

2010-08-27 Thread gopal bhalala
Thanks philippe and Thomas i really need it thanks again Best Regards & Thanking you, Gopal Dhanjibhai Bhalala On Fri, Aug 27, 2010 at 7:10 PM, Thomas Broyer wrote: > > > On 27 août, 12:58, gopal bhalala wrote: > > Hi Thomas, > > > > Thanks for reply. > > > > i have research on that but i ha

Re: GWT + JQuery

2010-10-13 Thread Falcon
If you use gwtquery, you can do all of your code directly in Java and GWT will be able to compile it. If you use jQuery directly, you'll have to wrap the jQuery calls in JSNI (although you can wrap them in GWT Java functions and use those too in some cases), so GWT won't be able to o

Re: Gwt + JQuery

2010-10-13 Thread ams
You might want to look into GQuery. Here is a video link: http://www.youtube.com/watch?v=sl5em1UPuoI http://code.google.com/p/gwtquery/ http://www.gwtsite.com/gwt-jquery-gquery/ On Oct 13, 4:35 am, null wrote: > Hi all, > > To develop a gwt application with jquery code embeded wi

Re: Gwt + JQuery

2010-10-13 Thread marius.andreiana
> > Hi all, > > > To develop a gwt application with jquery code embeded wich is the best > > option?  and why? > > > a) Use gwtquery-1.0-SNAPSHOT.jar lib > > b) Use jquery.js directly > > > Thanks a lot! > > Ignasi I'm copy-pasting some

Re: GWT + JQuery

2010-10-14 Thread cokol
as for me, I took both, gwtquery and jquery in my app, because I wanted to use gwtquery's API in my javacode for some effects, but I could not get some jquery plugins to work, so for those I just took jQuery and written a small wrapper for the plugin to initilize from java On 13 Okt.,

RE: GWT + JQuery

2010-10-14 Thread Feldman, Nir (48Upper)
Subject: GWT + JQuery Hi all, To develop a gwt application with jquery code embeded wich is the best option? and why? a) Use gwtquery-1.0-SNAPSHOT.jar lib b) Use jquery.js directly Thanks a lot! Ignasi -- You received this message because you are subscribed to the Google Groups "Googl

Re: GWT + JQuery

2010-10-15 Thread Julien Dramaix
Use gwtquery for the reasons explain by Falcon. If you need functionnalities present in jquery not yet implemented in gwtquery, feel free to open an issue on gwtquery website (http://code.google.com/ p/gwtquery/) although almost the jQuery API is written. On Oct 13, 4:53 pm, Falcon wrote: >

GWT/jquery article...

2010-10-16 Thread golfdude
"I definitely feel like jQuery is the leading framework these days," said Matt Raible, Web architect. "On my last three projects I've used GWT and jQuery. While GWT is a lot easier for Java developers, jQuery is loved by Web Developers." http://searchsoa.techtarget.

JQuery slider alternate

2011-06-11 Thread Deepak Singh
Hi All, I am using gwtquery just because of JQuery two way slider component. I need to know that is there any similar kind of component available in GWT/3rd part widgets? Regards Deepak -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

JQuery like animation

2011-07-03 Thread Guy Nirpaz
Hey, Any idea how to get functionality similar to JQuery: $("p.neat").addClass("ohmy").*show("slow");* * * * * I'm referring to the { .show("slow") } part. I'm looking to find an extensive set of animation capabilities which can be used with

GWT, JQuery, Tipsy

2012-02-08 Thread kellizer
Hi All, I need to get tipsy ( http://onehackoranother.com/projects/jquery/tipsy/ ) working with GWT as the designers have introduced this in along with GWT and I can't face to telling them tipsy can't be supported! >From analysis - it it works with JQUERY to traverse through the D

JQuery Object in GWT

2009-04-22 Thread borrey
I am still having trouble getting gwt and Jquery to work well with each other. I have a javascript I am trying to call natively: public static native void callSomeJavaScript(){ divs = $wnd.$("div"); console.log(divs); } Now in FireBug divs it shows up as a Jquery Object. Outside

Crawlable AJAX - jQuery Load

2010-04-19 Thread Dusty
I've been reading the "Making AJAX Applications Crawlable" specs (http://code.google.com/intl/sv-SE/web/ajaxcrawling/docs/getting- started.html) and I'm at a loss at how to apply this to my application. I use jQuery to load an HTML page fragment into a DOM element on a mostl

Re: jQuery with GWT

2010-05-06 Thread daniel
http://code.google.com/p/gwtquery/ On 7 Mai, 07:06, Tapas Adhikary wrote: > Hi All, > > Can somebody give some idea on integrating jQuery with GWT ? I have a > project built on GWT and I would like to use jQuery in the project. How > Smooth it is to integrate the both ? Is it pos

Re: jQuery with GWT

2010-05-06 Thread Tapas Adhikary
gt; http://code.google.com/p/gwtquery/ > > On 7 Mai, 07:06, Tapas Adhikary wrote: > > Hi All, > > > > Can somebody give some idea on integrating jQuery with GWT ? I have a > > project built on GWT and I would like to use jQuery in the project. How > > Smooth it

Re: jQuery with GWT

2010-05-06 Thread Manuel Carrasco Moñino
Hello, Just a bunch of notes about GwtQuery. - GwtQuery is not a wrapper for jquery, it is an entire implementation of ins API in java. - Said that, you can select any element from the dom and modify it like jquery does (css, events, etc). - Nevertheless, you can not use any of the 'j

Re: jQuery with GWT

2010-05-08 Thread Paul Brown
The amazing Cromwellian kicked GQuery off but I think he's a bit strapped for time at the moment. Check out his Google IO 2009 presentation on the topic. http://www.youtube.com/watch?v=sl5em1UPuoI On 7 May 2010 15:48, "Tapas Adhikary" wrote: Thanks Daniel . Look like , somebody have already st

Re: jQuery with GWT

2010-07-26 Thread Breno Gomes
GQuery is compatible with GWT 2.0.3 ? Breno Gomes 2010/5/7 Paul Brown > The amazing Cromwellian kicked GQuery off but I think he's a bit strapped > for time at the moment. > > Check out his Google IO 2009 presentation on the topic. > > http://www.youtube.com/watch?v=sl5em1UPuoI > > On 7 May 20

Re: jQuery with GWT

2010-07-26 Thread Breno Gomes
Ok, it's. 2010/7/26 Breno Gomes > GQuery is compatible with GWT 2.0.3 ? > > Breno Gomes > > > 2010/5/7 Paul Brown > > The amazing Cromwellian kicked GQuery off but I think he's a bit strapped >> for time at the moment. >> >> Check out his Google IO 2009 presentation on the topic. >> >> http://w

ajax, Jquery, technichal guidense

2010-09-28 Thread Asad Mehmood
please read all the topics in my blog there are very usefull topics in my blog http://scriptstreasure.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. T

gwt + jquery rounded corner

2009-11-22 Thread Sudeep S
Hi, I am trying to use jquery.corner.js to round my panel in gwt using the below code * public* *final* *native* *void* roundCorner()/*-{ $wnd.$("#roundedPanel").corner("5px"); }-*/; where "roundedPanel" is the id of the div panel. Though it is invoking the jquery.corner.js it is not rounding

jquery jqGrid with GWT

2011-03-15 Thread ajaxDeveloper
I want to use jgQrid as my GWT widget. If anyone has done this please do help me with example code. I will be very grateful... coz i m in urgent need of that integration -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this grou

jquery validation in GWT

2011-04-14 Thread Aman sachdeva
i am trying to make validation using Jquery in GWT but the text box value is not getting the value in jquery native method. Any example for Jquery in gwt will be appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: EXTGWT vs JQUERY

2011-05-01 Thread chris
For a gwt jquery implentation check out gwtQuery<http://code.google.com/p/gwtquery/> -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsub

Re: JQuery slider alternate

2011-06-15 Thread Deepak Singh
Hi All, Any idea is greatly welcome. On Sat, Jun 11, 2011 at 4:44 PM, Deepak Singh wrote: > Hi All, > > I am using gwtquery just because of JQuery two way slider component. I need > to know that is there any similar kind of component available in GWT/3rd > part widgets? >

Re: JQuery slider alternate

2011-06-15 Thread Alain Ekambi
Maybe you could just wrap that with a GWT API ? 2011/6/15 Deepak Singh > Hi All, > > Any idea is greatly welcome. > > On Sat, Jun 11, 2011 at 4:44 PM, Deepak Singh wrote: > >> Hi All, >> >> I am using gwtquery just because of JQuery two way slider component.

Re: JQuery slider alternate

2011-06-15 Thread Deepak Singh
I am wrapping it currently with gwtquery and working fine. But i dont want to use JQuery at all. Thus i am looking for similar component in gwt. Any idea ? Thanks On Wed, Jun 15, 2011 at 3:59 PM, Alain Ekambi wrote: > Maybe you could just wrap that with a GWT API ? > > 2011/6/15 Dee

Re: JQuery like animation

2011-07-04 Thread Christian Goudreau
Have you ever heard of Gwt-Query ? :D http://code.google.com/p/gwtquery/ Cheers, On Sun, Jul 3, 2011 at 11:58 AM, Guy Nirpaz wrote: > Hey, > > Any idea how to get functionality similar to JQuery: > $("p.neat").addClass("ohmy").*show("slow");* >

Re: JQuery like animation

2011-07-04 Thread Uemit
If you don't care much about old browsers you can also use CSS3 transitions/animations for simple stuff. I used it in a GWT project (i.e. ProgressBar) and it works really well. i.e.: http://aatiis.me/demos/pure-css-progress-bar -- You received this message because you are subscribed to the G

Re: JQuery like animation

2011-07-05 Thread Guy Nirpaz
Thanks Christian, I am well familiar with GWT-Query, however, I feel it doesn't match well GWT (MVP) programming model and design. Guy -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://gro

Re: JQuery like animation

2011-07-05 Thread Christian Goudreau
Well it does. But you have to trigger the animation from the presenter. The actual animation that take care of the GQuery stuff can be in the view or in another class. If the animation in the view isn't triggered from the view itself, but from the presenter, it matches the MVP pattern. "Pattern ar

Re: JQuery like animation

2011-07-06 Thread dindeman
Yes this progress bar looks really neat indeed, nice. What about gwt-fx ? I have used it in the past and found it pretty good then. I remember that I had to switch to it (coming from using GQuery) because I needed a way to intercept the process of a fading effect in the middle and reverse it. A

Re: JQuery like animation

2011-08-19 Thread Manuel Carrasco Moñino
On Tue, Jul 5, 2011 at 9:01 PM, Guy Nirpaz wrote: > Thanks Christian, > > I am well familiar with GWT-Query, however, I feel it doesn't match well GWT > (MVP) programming model and design. It is not true, gquery can be used in different contexts and does not break the MVP pattern if you do not wa

Re: JQuery like animation

2011-08-19 Thread Tomasz Gawel
1. But Animation class in gwt seems to be quite handy. All you need is bunch of custom interpolation functions. But these are easy to be taken from MooTools (i did take se below :)) - (easing functions in jquery behave slightly different so simple rewriting it in java drops off). 2. Manuel

Re: JQuery like animation

2011-08-20 Thread Manuel Carrasco Moñino
On Fri, Aug 19, 2011 at 12:42 PM, Tomasz Gawel wrote: > 1. But Animation class in gwt seems to be quite handy. All you need is > bunch of custom interpolation functions. But these are easy to be > taken from MooTools (i did take se below :)) - (easing functions in > jquery beh

Re: JQuery like animation

2011-08-21 Thread Nicolas Antoniazzi
bunch of custom interpolation functions. But these are easy to be > > taken from MooTools (i did take se below :)) - (easing functions in > > jquery behave slightly different so simple rewriting it in java drops > > off). > > Gwtquery (GQuery) is NOT JQuery nor needs to impor

Re: JQuery like animation

2011-08-22 Thread Dimitrijević Ivan
You can include jQuery fraework in your application and use JSNI to invoke jQuery's animation function. public class Animation { public static int SPEED_SLOW = 1300; public static int SPEED_NORMAL = 800; public static int SPEED_FAST = 400; public static native void doFadeInAnimation(Elem

Re: JQuery like animation

2011-08-22 Thread Christian Goudreau
I remember seeing a race between Gwt-Query and jQuery with animations where Gwt-Query run that race, does anyone has de link to that video somewhere? 2011/8/22 Dimitrijević Ivan > You can include jQuery fraework in your application and use JSNI to invoke > jQuery's animati

Re: JQuery like animation

2011-08-23 Thread Manuel Carrasco Moñino
Here: http://gwtquery.googlecode.com/svn/trunk/demos/gwtquery.samples.GwtQueryBench/GwtQueryBench.html?ask=false On Mon, Aug 22, 2011 at 10:27 PM, Christian Goudreau wrote: > I remember seeing a race between Gwt-Query and jQuery with animations where > Gwt-Query run that race, does anyone

Re: JQuery like animation

2011-08-23 Thread Manuel Carrasco Moñino
uot;.gwt-button").css(CSS.VERTICAL_ALIGN.with(VerticalAlign.MIDDLE)); Enjoy gquery :-) - Manolo 2011/8/22 Dimitrijević Ivan : > You can include jQuery fraework in your application and use JSNI to invoke > jQuery's animation function. > public class Animation { > public static int

Re: JQuery like animation

2011-08-23 Thread VisualFox
dea how to get functionality similar to JQuery: > $("p.neat").addClass("ohmy").*show("slow");* > * > * > * > * > I'm referring to the { .show("slow") } part. > > I'm looking to find an extensive set of animation capabilities which can b

Re: JQuery like animation

2011-08-23 Thread Christian Goudreau
would be cool if the bench on Gwt-Query demos would use the latest jQuery and other library :D On Tue, Aug 23, 2011 at 6:02 PM, VisualFox wrote: > Almost shameless promotion - disclaimer I am the author of both > visualfox-fx and visualfox-fx-gwtquery > > Gwtquery will works well

GWT, Mootools and JQuery

2008-11-05 Thread [EMAIL PROTECTED]
Hi I have a html page with Mootools and another one with JQuery that load a GWT module. Is there any incompatibilities with one of these javascript librairies? (Mootools and JQuery) Reagreds. KT. --~--~-~--~~~---~--~~ You received this message because you are

GWT DialogBox & Jquery DatePicker

2012-01-19 Thread Bruno MT
Hello, I'm spanish java developer, like u can read(horrible english...) I'm a little newbie in GWT development. I enter in a maintence project, and it's the worst code I had ever seen... Client told that he wants to use Jquery DatePicker in a GWT dialogBox. In Internet Explorer ev

Re: GWT, JQuery, Tipsy

2012-02-08 Thread Sebastian Gurin
2:27:28 -0800 (PST) kellizer wrote: > Hi All, > > I need to get tipsy ( http://onehackoranother.com/projects/jquery/tipsy/ ) > working with GWT as the designers have introduced this in along with GWT > and I can't face to telling them tipsy can't be supported! > &g

Re: GWT, JQuery, Tipsy

2012-02-08 Thread kellizer
Works a treat - thank you very much -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/a7aSczHMxSMJ. To post to this group, send email to googl

Re: GWT, JQuery, Tipsy

2012-02-08 Thread Sebastian Gurin
Glad to help. That is one side of developing a porting of an existing javascript toolkit to GWT. The other side of the work is to let the user to manipulate javascript native objects in your java code. You can use gwt overlay types for that. Explanation, for example, consider this tipsy javascr

Re: Crawlable AJAX - jQuery Load

2010-04-19 Thread Katharina Probst
You might use in your html page, and when the crawler requests the corresponding _escaped_fragment_= URL, you'll have a version without jQuery, where you load the results page fragment into the static HTML and return that. Depending on what your server looks like, it first has to recognize

Re: Crawlable AJAX - jQuery Load

2010-04-19 Thread Dusty
_escaped_fragment_ = null, I return my page with the results HTML fragment inline instead of through jQuery load. 4) Google associates that HTML to http://friendorfollow.com/dustyreagan/following/ in it's index. Sound correct? On Apr 19, 11:02 am, Katharina Probst wrote: > You might use in your h

Re: Crawlable AJAX - jQuery Load

2010-04-19 Thread Katharina Probst
then request > http://friendorfollow.com/dustyreagan/following/?_escaped_fragment_= > 3) When my webserver sees _escaped_fragment_ = null, I return my page > with the results HTML fragment inline instead of through jQuery load. > 4) Google associates that HTML to > http://friendorfollow.com/dus

Re: Crawlable AJAX - jQuery Load

2010-04-19 Thread Dusty
) I put in my static page (ie my > > example:http://friendorfollow.com/dustyreagan/following/) > > 2) Google will see it, then request > >http://friendorfollow.com/dustyreagan/following/?_escaped_fragment_= > > 3) When my webserver sees _escaped_fragment_ = null, I return

Re: Crawlable AJAX - jQuery Load

2010-04-19 Thread Katharina Probst
you right, it should work like this?: > > > > > 1) I put in my static page (ie my > > > example:http://friendorfollow.com/dustyreagan/following/) > > > 2) Google will see it, then request > > >http://friendorfollow.com/dustyreagan/following/?_escaped_fr

Re: Crawlable AJAX - jQuery Load

2010-04-19 Thread Dusty
erstand you right, it should work like this?: > > > > > 1) I put in my static page (ie my > > > > example:http://friendorfollow.com/dustyreagan/following/) > > > > 2) Google will see it, then request > > > >http://friendorfollow.com/dustyr

Re: Crawlable AJAX - jQuery Load

2010-04-20 Thread RPB
e: > > > > Yes, that's right! > > > > > kathrin > > > > > On Mon, Apr 19, 2010 at 3:00 PM, Dusty wrote: > > > > > So, if I understand you right, it should work like this?: > > > > > > 1) I put in my static page (ie my > &g

Re: Crawlable AJAX - jQuery Load

2010-04-20 Thread Katharina Probst
> > > > > Any idea what I might have done wrong? > > > > > > On Apr 19, 2:02 pm, Katharina Probst wrote: > > > > > Yes, that's right! > > > > > > > kathrin > > > > > > > On Mon, Apr 19, 2010 at 3:00 PM, D

Re: Crawlable AJAX - jQuery Load

2010-04-20 Thread Dusty
results fragment is embedded inline in the static > > > > > HTML. > > > > > > However, if I try "Fetch as Googlebot" ( > >http://www.google.com/support/ > > > > > webmasters/bin/answer.py?hl=en&answer=158587) it shows the original

Re: gwt + jquery rounded corner

2009-11-23 Thread Дмитрий Николаев
What log say? Do you really include jquery library ? How do you know this ? On 22 ноя, 22:14, Sudeep S wrote: > Hi, > > I am trying to use jquery.corner.js to round my panel in gwt using the below > code > > * > > public* *final* *native* *void* roundCorner()/*-{ &

Re: gwt + jquery rounded corner

2009-11-23 Thread Sudeep S
my Mistake i called the roundCorner() method before RootPanel.*get*().add(a); it worked now ..when i called it after doing RootPanel.*get*().add(a); Thanks Sudeep 2009/11/23 Дмитрий Николаев > What log say? > Do you really include jquery library ? How do you know this ? > > On 2

Re: Including jQuery in GWT

2010-11-09 Thread ciosbel
I don't know if it's helpful or (given your already coded js) usable, but there is a clone of jquery for gwt. It's called GQuery. Take a look http://code.google.com/p/gwtquery/ On 9 Nov, 21:58, Yaakov wrote: > Hi, > > I have a page that a web designer produced and now I n

gwt using jquery effect possible?

2010-11-23 Thread asianCoolz
@UiHandler("buttonfire") void addNewWidget(ClickEvent event) { htmlPanelHolder.add(new MyCustomWidget(),"placeholder"); } how to use jquery so that when the MyCustomWidget() show on screen it is using jquery "fadein" effect -- You received this message

Re: jquery validation in GWT

2011-04-15 Thread scorp
Show your code. On Apr 14, 4:21 pm, Aman sachdeva wrote: > i am trying to make validation using Jquery in GWT but the text box > value is not getting the value in jquery native method. > > Any example for Jquery in gwt will be appreciated. > > Thanks -- You received this m

Re: jquery validation in GWT

2011-04-15 Thread Julien Dramaix
If you want to use jQuery in GWT, have a look at GwtQuery project(http://code.google.com/p/gwtquery/), it is a gwt port of jQuery totally written in gwt. Julien On Apr 14, 3:21 pm, Aman sachdeva wrote: > i am trying to make validation using Jquery in GWT but the text box > value is not g

Re: GWT, Mootools and JQuery

2008-11-05 Thread David Durham, Jr.
On Wed, Nov 5, 2008 at 9:22 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is there any incompatibilities with one of these javascript > librairies? (Mootools and JQuery) I think you probably need to post this question to the Mootools and JQuery mailing lists. In general

Re: GWT DialogBox & Jquery DatePicker

2012-01-19 Thread Daniel Mauricio Patino León
convence a tu cliente de usar el Date picker del GWT. No tiene sentido reemplazarlo por el de jQuery. 2012/1/19 Bruno MT > Hello, > > I'm spanish java developer, like u can read(horrible english...) > > I'm a little newbie in GWT development. I enter in a maintenc

Re: GWT DialogBox & Jquery DatePicker

2012-01-23 Thread Bruno MT
Hola Daniel, Supongo que al final lo que haré será crear un componente que tenga la misma estructura y los mismos estilos que el datePicker de Jquery. Yo soy un mandado, no tengo ningun poder de decisión :( Muchas gracias por contestar. Saludos! Bruno. On 19 ene, 23:13, Daniel Mauricio Patino

Inject jquery for a wrapper

2013-12-10 Thread Raphael Garnier
Hi all, I'd like to write a wrapper for the javascript library mobiscroll. I want a stand alone library with all the css and javascript files embedded. It works fine when the scripts are included in the host page but when I try to inject them, I always get the same error : "jQu

jQuery sortable list with GWT

2012-08-05 Thread CSchulz
I'm building a GWT web app and would like to implement some jquery code for a sortable list similar to this one: http://jqueryui.com/demos/sortable/ but the actual implementation is a little more complex. It seems GWT doesn't have any native support for this sort of thing, that

Re: jquery jqGrid with GWT

2012-10-10 Thread Munendra Sharma
Hi, I am also looking for the same, if somebody has done this please post, many thanks in advance. On Wednesday, 16 March 2011 10:12:27 UTC+5:30, ajaxDeveloper wrote: > > I want to use jgQrid as my GWT widget. If anyone has done this please > do help me with example code. > > I will be very gra

Is jQuery used in GWT 1.6?

2009-03-08 Thread Doru
Hi, I just started to use GWT 1.6 and I saw that a file jquery-1.2.6.pack.js comes as a result of compiling my project. Is jQuery used in GWT 1.6? How is it used? Thanks, Doru --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: gwt using jquery effect possible?

2010-11-23 Thread ciosbel
There is a clone of JQuery for gwt http://code.google.com/p/gwtquery/ Check it out, could be really helpful. On 23 Nov, 13:59, asianCoolz wrote: > �...@uihandler("buttonfire") >   void addNewWidget(ClickEvent event) { > >      htmlPanelHolder.add(new MyCusto

Re: gwt using jquery effect possible?

2010-11-23 Thread bufferings
hi asianCoolz You can use jsni like following: /** * Starts the showing animation. * * @param id * The element id. */ private native void showAnimation(String id)/*-{ var options = {} var callback = th...@bufferings.ktr.wjr.client.ui.wjrpopuppanel::showCall

jQuery and GQuery - any bad interactions?

2011-08-28 Thread Tom Carchrae
rel=dialog"), 3) I want to call JS methods (eg, listview('refresh'); ) To achieve 1, is it reasonable to use GQuery to do the event binding - could there be any bad interactions when using jQuery as well? I've been checking out GQuery. It seems like a great way to do 2. JSNI

  1   2   >