CodeThatScroller User Manual 

 123GUIDE (get started)

You can read a breaf tutorial here.

Please bear in mind that CodeThat scripts come in two editions STANDARD and PRO. Editions differ by the features set and license type.

Standard version is given for free and comes with the inscription representing our company's name. Upon registration you will get rid of that text.

 Read Standard vs PRO to know the differences between CodeThatScroller Standard and PRO.

 CodeThatScroller INTRODUCTION

With CodeThatScroller you can:

 Read Standard vs PRO to know the differences between CodeThatScroller Standard and PRO.

The configuration of the scroller can be stored in the separate js file.

To describe new scroller create an object with following structure:

var ScrollerDef = {
        "mode" : "",
	"style" : {},
	"position" : {},
	"scroll" : {},
   	"itemstyle" : {},
        "effect" : "",
        "preload" : boolean,
	"preload_num" :Int,
	"items" : [ ]
}; 

where

Read more about CodeThatScroller >>