Tobago javascript , Ajax issue:

2010-05-07 Thread tobagouser
Hi All, I have requirement ,when I enter values into two input text fileds ,when I tab switch in to the third field , it should do some arithmetic operation on first two input field values given and has to populate the third filed with the result of arithmetic operation. Either javascript

Re: Tobago javascript , Ajax issue:

2010-05-07 Thread tobagouser
Hi All, Just realized valuechangelistener can be used in this case and javascript and ajax can be avoided.Thanks.. Thanks, KSK tobagouser wrote: Hi All, I have requirement ,when I enter values into two input text fileds ,when I tab switch in to the third field , it should do some

Re: [TOBAGO] How to add new css to Tobago

2010-04-27 Thread tobagouser
which files will be applied, you may use Firebug, or any other browser development tool, which are very helpful. Regards, Udo Am 26.04.10 20:06, schrieb tobagouser: Hi Udo,Helmut Thanks for the info.Its really useful. My requirements are 1.I want to have a different background

Re: [TOBAGO] How to add new css to Tobago

2010-04-27 Thread tobagouser
#tobagocustommarkup If you want to see which styles from which files will be applied, you may use Firebug, or any other browser development tool, which are very helpful. Regards, Udo Am 26.04.10 20:06, schrieb tobagouser: Hi Udo,Helmut Thanks for the info.Its really useful. My

Re: [TOBAGO] How to add new css to Tobago

2010-04-26 Thread tobagouser
you mean exactly? Where is it located? You can add your own styles with the tc:style tag, e.g. tc:style style=style/mystyles.css /, under your resource path. Regards Helmut Am 22.04.2010 15:51, schrieb tobagouser: Any inputs on this please.. tobagouser wrote: Hi All, I have tried

Re: How to add new css to Tobago

2010-04-22 Thread tobagouser
Any inputs on this please.. tobagouser wrote: Hi All, I have tried to add tobago-box-footer to the style.css ,but it never affected the pages.Please could you let me know how to add a new css to tobago. Thanks, KSK -- View this message in context: http://old.nabble.com/How

How to add new css to Tobago

2010-04-21 Thread tobagouser
Hi All, I have tried to add tobago-box-footer to the style.css ,but it never affected the pages.Please could you let me know how to add a new css to tobago. Thanks, KSK -- View this message in context: http://old.nabble.com/How-to-add-new-css-to-Tobago-tp28288029p28288029.html Sent from the

Re: grid layouts in Tobago

2010-04-16 Thread tobagouser
Any suggestions on this please.. tobagouser wrote: HI All, I am using tobago to put some pages.I have a requirement, Inside a box left part is having input rows (tc:in) and remaining half right part has a separate border and css and has input rows (tc:in and select boxes). I can

Re: grid layouts in Tobago

2010-04-16 Thread tobagouser
hand side. I will try your code and will let you know. Thanks, KSK Udo Schnurpfeil wrote: Hi tobagouser, you can put 2 tc:panel in the box like this: tc:box f:facet name=layout tc:gridLayout columns=*;*/ /f:facet tc:panel f:facet name=layout tc:gridLayout rows=fixed;fixed

Re: grid layouts in Tobago

2010-04-16 Thread tobagouser
Thanks Udo.That worked. tobagouser wrote: Hi Udo, Thanks for you reply. if I understand correctly first grid is to to divide box in two halfs left side and right sides , and apply first second grid for left half and third grid for right half. My requirement is box sould be divided

grid layouts in Tobago

2010-04-15 Thread tobagouser
HI All, I am using tobago to put some pages.I have a requirement, Inside a box left part is having input rows (tc:in) and remaining half right part has a separate border and css and has input rows (tc:in and select boxes). I can not have a single grid layout and have them left rows and right