Back to contents
All gallery options

$("#gallery").putEasyGallery(
	{
		url_server:"admin/gallery.php",			//a url to the CMS - gallery.php in admin folder
		preset:""						//a preset from the admin
		nav_custom:"",					//custom navigation container		
		nav_hor:"",					//horizonatal navigation container
		nav_vert:"",					//vertical navigation container
		catid:"",					//category id
		event_before_load:null,				//before image data load event function
		event_after_load:null,				//after image data load event function
		event_nav_click:null,				//on navigation item click event function
		event_get_catlist:null				//event that return categories list when the list is ready 
	}
);