Example #1
0
	/**
	 * 생성자
	 */
	public function __construct() {		
		parent::__construct();
		
		$this->id = "wiki_lock";
		$this->data_js_file = $this->data_path."/js/lock_plugin.js";
		$this->init();
	}
Example #2
0
	/**
	 * 생성자
	 */
	public function __construct() {
		
		parent::__construct();			
		
		$this->id = "wiki_data";				
		
		// {@link NarinPluginInfo} 클래스의 생성자에서 getSetting() 을 호출함		
		$this->init();
		$this->db_table = "byfun_narin_dataplugin";
	}
Example #3
0
	/**
	 * 
	 * 생성자
	 */		  	
	public function __construct() {
		parent::__construct();
				
		$this->id = "wiki_columns";				
		$this->init();
		
		$this->jsfile = $this->data_path . '/js/columns_plugin.js';
		$this->cssfile = $this->data_path . '/css/columns_plugin.css';
		$this->iconfile = $this->data_path . '/css/columns_plugin.png';
	}	  	
Example #4
0
	/**
	 * 생성자
	 */
	public function __construct() {
		
		parent::__construct();			
		
		$this->id = "wiki_gallery";				
		$this->data_js_file = $this->data_path."/js/gallery_plugin.js";
		$this->data_css_file = $this->data_path."/css/gallery_plugin.css";
		
		// {@link NarinPluginInfo} 클래스의 생성자에서 getSetting() 을 호출함		
		$this->init();
	}
Example #5
0
 /**
  * 생성자
  */
 public function __construct()
 {
     $this->id = "wiki_extended_variables";
     parent::__construct();
     $this->init();
 }
Example #6
0
	/**
	 * 
	 * 생성자
	 */		  	
	public function __construct() {
		parent::__construct();
		
		$this->id = "wiki_code_highlighter";				
		$this->init();
	}	  	
Example #7
0
 /**
  * 생성자
  */
 public function __construct()
 {
     $this->id = "wiki_template";
     parent::__construct();
     $this->init();
 }
Example #8
0
 /**
  * 
  * 생성자
  */
 public function __construct()
 {
     $this->id = "wiki_include";
     parent::__construct();
     $this->init();
 }
Example #9
0
	/**
	 * 
	 * 생성자
	 */		  	
	public function __construct() {
		parent::__construct();
				
		$this->id = "easy_level";				
		$this->init();
	}	  	
Example #10
0
	/**
	 * 
	 * 생성자
	 */		  	
	public function __construct() {
		parent::__construct();
				
		$this->id = "wiki_html";				
		$this->init();
	}