Tagged Questions

1
vote
2answers
131 views

iPhone - tabbed browsing by storing webView in an Array/plist?

I want to build a tab-Browser and so far I've implemented everything (Bookmarks, settings...) except tabbed browsing. What I know so far is that I should store my webView in an array or a dictionary …
1
vote
2answers
407 views

change url of tab javascript firefox extension

I am trying to change the url of a currently open tab in javascript firefox extension Any pointers please?
1
vote
1answer
298 views

I need Help Making my VB 2008 Express Web Browser

Every time i click on a link it opens in internet explorer but i want it to open in another window of my web browser Details : i have made a tabbed web browser using a tab control because every …
0
votes
0answers
46 views

Jquery tabs & calendar not binding properly

I'm implementing a page jquery tab toggle that loads content from hidden divs on the page. on one of the hidden pages i have a calendar popup (part of the jQuery.UI api. this works find on it's own …
0
votes
0answers
74 views

result inside a sx:tabbedpanel? STRUTS AJAX

Hi, I am quite new to struts. I have a sx:tabbedpanel with three s:divs inside of it. <sx:tabbedpanel id="mainContainer" > <sx:div label="View Files" …
0
votes
1answer
84 views

iphone uiwebview array

i want to make an tabbed browser for the iphone.. how do i store uiwebviews in an array and open it with an button like in safari?
0
votes
2answers
42 views

loading the content after click yensdesign tabbed menu

I've used this tutorial: http://yensdesign.com/2008/12/create-a-smooth-tabbed-menu-in-jquery/ it is yensdesign tabbed menu. Could sb tell me how do I have to change the code to load content of …
0
votes
0answers
63 views

WATIN and multitabbed IE

Hi all I have a WATIN test like the following: ... [Test] public void IE_should_launch_on_correct_url() { // do something here that should launch IE ... _ie = …
0
votes
1answer
45 views

tabbed page

i have designed a tabbed page. im able to load forms in the tabs and even im able to navigate thru the child forms.but the problem here is im not able to load the directly,i had to write the code to …
0
votes
2answers
434 views

Tabbed Interface in C#/WPF

I am currently working on an application with a tabbed interface. I want to be able to split the workspace horizontally or vertically by dragging a tab to one edge of the window. For example, open …