CKFinder Logo

插件示例

以下示例展示了StatusBarInfo插件,它在应用程序状态栏中显示有关所选文件的基本信息。您可以在CKFinder 示例插件库中找到更多插件示例。请查看插件文档

CKFinder.widget( 'ckfinder-widget', {
	width: '100%',
	height: 500,
	plugins: [
		// The path must be relative to the location of the ckfinder.js file.
		'../samples/plugins/StatusBarInfo/StatusBarInfo'
	]
} );