Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Note unsupported

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...


Warning
titleEngine Compatibility
sidetab is not supported by the Node engine.

sidetab()

Creates a configurable slide-out tab based on the options you pass to it..

Code Block
languagejavascript
themeConfluencelanguagejavascript
sidetab() with pathToTabImage = "https://kynetx-images.s3.amazonaws.com/seeThroughTab.png" 
                   and tabColor = "red" 
                   and message = "Hi!" 
                   and backgroundColor = "#DC143C" 
                   and divCSS = {"color":"white"};

The following ruleset shows sidetab() being used

Code Block
languagejavascript
themeConfluencelanguagejavascript
ruleset a1299x186 {
	meta {
		name "Sidetab Example"
		author "nathan cerny"
		logging off
	}
	dispatch {
		// domain "exampley.com"
	}
	rule sideTab {
		select when pageview ".*" setting ()
		pre {
		
		}
		sidetab() with message = "<h1 style='text-align:center;'>Side Tab</h1>";
                       
	}
}

Options:

"backgroundColor": "white",
    "cssPlanted": false,
    "tabColor": "black",
    "callback": function(){},
    "divCSS": {},
    "measurementUnit":"px",
    "tabClass": "handle",
    "pathToTabImage": "http://k-misc.s3.amazonaws.com...",
    "tabLocation": "right",
    "speed": "300",
    "action": "click",
    "fixedPosition": true,
    "imageHeight": "122px",
    "imageWidth": "40px",
    "topPos": "100px",
    "width": "250px",
    "padding": "10px",
    "contentClass": "KOBJ_tab_content",
    "mode": "slideout",
    "url": "",
    "height": "250px",
    "linkContent": "Content",
    "notificationDefaults":{
        "notifyClass": "notification",
        "color": "red",
        "leftPadding": "10px",
        "topPadding": "2px",
        "rightPadding": "10px",
        "bottomPadding": "2px",
        "divCSS": {
            "text-indent":"0px",
            "-moz-border-radius": "20px",
            "-webkit-border-radius": "20px",
            "-khtml-border-radius": "20px",
            "border-radius": "20px",
            "text-align": "center",
            "z-index": 10000,
            "min-width": "15px",
            "padding": "2px"
        }
 
    "linkCSS": {
        "cursor":"pointer"
    }