Re: How to add Scroll to tabpanel

2010-08-16 Thread arunarapole

Do i need to create css file for that

On Mon, Aug 16, 2010 at 1:45 AM, vineetsemwal [via Apache Wicket] 
ml-node+2326413-28146642-136...@n4.nabble.comml-node%2b2326413-28146642-136...@n4.nabble.com
 wrote:

 don't add them in wicket:panel/
 vineet semwal


 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2326413.html
 To unsubscribe from Re: How to add Scroll to tabpanel, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/template/NodeServlet.jtp?tpl=unsubscribe_by_codenode=2325315code=YXJ1bmFrdW1tYXJpQGdtYWlsLmNvbXwyMzI1MzE1fC00Njg4NjYxODg=.





-- 


Regards
Aruna.R
404-988-5562

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2326753.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: How to add Scroll to tabpanel

2010-08-16 Thread vineetsemwal

i meant don't add style in wicket:panel tag ,add it to say div..
wicket:panel
div style= my style
your markup
/div
/wicket:panel

-
vineet semwal
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2326816.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: How to add Scroll to tabpanel

2010-08-16 Thread arunarapole

Thank you very much i got that


Regards
Aruna.R


On Mon, Aug 16, 2010 at 8:48 AM, vineetsemwal [via Apache Wicket] 
ml-node+2326816-1331009021-136...@n4.nabble.comml-node%2b2326816-1331009021-136...@n4.nabble.com
 wrote:

 i meant don't add style in wicket:panel tag ,add it to say div..
 wicket:panel
 div style= my style
 your markup
 /div
 /wicket:panel
 vineet semwal


 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2326816.html
 To unsubscribe from Re: How to add Scroll to tabpanel, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/template/NodeServlet.jtp?tpl=unsubscribe_by_codenode=2325315code=YXJ1bmFrdW1tYXJpQGdtYWlsLmNvbXwyMzI1MzE1fC00Njg4NjYxODg=.





--

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2327131.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: How to add Scroll to tabpanel

2010-08-15 Thread vineetsemwal

don't add them in wicket:panel/

-
vineet semwal
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2326413.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: How to add Scroll to tabpanel

2010-08-14 Thread arunarapole

Hi Thomerson

below code mentioned but it is not showing any scroll bar 
is any other way is their


body

 
 div id=pagecontent

 wicket:panel wicket:id=panel
style=width:120px;height:120px;overflow-y:scroll;padding:5x

 h5 align=rightDataView Navigator/h5

table class=report cellspacing=0 cellpadding=0 
style=margin-top:
15px; padding-left: 50px;

thead
tr
th /th

/tr
/thead
tbody
tr wicket:id=alertRow
td/td
td/td
  /tr

/tbody
/table

 /wicket:panel

/div
 
  /body

 /html

Thank you
Aruna

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2325315.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



How to add Scroll to tabpanel

2010-08-13 Thread arunarapole

Hi

Is any one knows how to add scrollbar to tabpanel in wicket

i have a dataview under tabpanel ,i have to add scrollbar to that panel

if any idea please share with me 

Thanks
Aruna
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2324822.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: How to add Scroll to tabpanel

2010-08-13 Thread Jeremy Thomerson
CSS?  overflow?


-- 
Jeremy Thomerson
http://www.wickettraining.com


On Fri, Aug 13, 2010 at 5:15 PM, arunarapole arunakumm...@gmail.com wrote:


 Hi

 Is any one knows how to add scrollbar to tabpanel in wicket

 i have a dataview under tabpanel ,i have to add scrollbar to that panel

 if any idea please share with me

 Thanks
 Aruna
 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2324822.html
 Sent from the Wicket - User mailing list archive at Nabble.com.