Re: how to print the Window

2008-12-30 Thread kiran raj
as you said that the child window should be printed the child window needs to be identified and then printed so the given code . you have to use it as per you code . On Tue, Dec 30, 2008 at 3:08 PM, rajasekhar wrote: > > Hi Kiran, > > Can you explain me litter more about this.I am gett

Re: how to print the Window

2008-12-30 Thread kiran raj
give child.window.print On Tue, Dec 30, 2008 at 2:16 PM, rajasekhar wrote: > > Hi All, > > how to print content of a Window.After clicking on print > image one new Window is opening(like print preview),but When I call > Window.print() it is printing the Parent page and Window page,

Re: how to implement history back

2008-12-26 Thread kiran raj
you can go with "javascript:window.history.go(-1);" On Fri, Dec 26, 2008 at 3:46 PM, rajasekhar wrote: > > Hi All, > > Please let me know how to implement history back in gwt when > I click on cancel button. > ( like jsp Previous Page A> ). > > > > > > Regards, > Rajasekhar > > > --~-

Re: How to clear History

2008-12-25 Thread kiran raj
function cancelBack() { alert(event.keyCode); if (event.keyCode == 8 && event.srcElement.form == null) { event.cancelBubble = true; event.returnValue = false; } } try this . i think this might help you On Fri, Dec 26, 2008 at 11:54 AM, kiran raj wrote

Re: How to clear History

2008-12-25 Thread kiran raj
, Charan wrote: > > Hi Kiran Raj, > Thanks for your replies. > I found one variable of javascript which is using by GWT to store the > token ($wnd.__gwt_historyToken) , > but i didn't which javascript array variable holding this, when we > know we can clear that array will

Re: How to clear History

2008-12-25 Thread kiran raj
elp is appreciated hack to javascript variable thru JSNI > > -Charan > > On Dec 24, 2:24 pm, "kiran raj" wrote: >> sorry then i think its not possible to do so. >> >> On Wed, Dec 24, 2008 at 2:44 PM, Charan wrote: >> >> > I don't think such m

Re: How to clear History

2008-12-24 Thread kiran raj
sorry then i think its not possible to do so. On Wed, Dec 24, 2008 at 2:44 PM, Charan wrote: > > I don't think such method in History class > > =Charan > > On Dec 24, 12:59 pm, "kiran raj" wrote: >> did you try history.clear(); >> >> On Wed,

Re: How to clear History

2008-12-23 Thread kiran raj
did you try history.clear(); On Wed, Dec 24, 2008 at 12:45 PM, Charan wrote: > > Hi, > > After a long time after giving a message with similar question in > diffferent way to acheive > > Is there any way to delete tokens which are added to HIstory using > History.newItem(), now i need to delete

Re: Gwt Printing

2008-12-22 Thread kiran raj
i think you need a javascript to print it . by using the code window.print(); On Tue, Dec 23, 2008 at 9:47 AM, jagadesh wrote: > > Hi Guys, > > > I am Facing a requirement where i need to print the contents of a > flextable.the flextable is a form type.it contains label , textbox > with text ,