welcome: please sign in
location: Tabs

There are two modules currently available in Conkeror for tabs, tab-bar.js, and new-tabs.js. There are plans to merge them into a single module in the future.

1. tab-bar.js

The first version is tab-bar.js, which is the older variant using a classical tab look.

require("tab-bar.js");

1.1. Features

1.2. Known problems

2. new-tabs.js

The newer version is new-tabs.js, which is largely based on tab-bar.js, but takes a rather different approach to the actual tabs. Using CSS, it can be skinned by users according to their own tastes. A default skin is provided.

require("new-tabs.js");

2.1. Features

2.2. Known problems

2.3. Skins

Conkeror.org: Tabs (last edited 2010-01-18 19:03:06 by nicktastic)