8 Commits

Author SHA1 Message Date
nao-pon fbdefa7aca [cmd:quicklook] fix loss of control on fullscreen with iframe 2016-04-19 17:36:19 +09:00
nao-pon c08fab5604 [cmd:quicklook] fix #1304 add Archive(zip|gzip|tar) plugin 2016-04-04 00:15:15 +09:00
nao-pon 538811dbd0 [cmd:quicklook] add a plugin Google docs online viewer
Default is disabled. Set commandsOptions.quicklook.googleDocsMimes to
enable this plugin.
```javascript
commandsOptions : {
	// "quicklook" command options.
	quicklook : {
		autoplay : true,
		jplayer  : 'extensions/jplayer',
		// MIME types to use Google Docs online viewer
		// Example ['application/pdf', 'image/tiff',
		// 'application/msword', 'application/vnd.ms-excel',
		// 'application/vnd.ms-powerpoint',
		// 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
		// 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']
		googleDocsMimes : []
	}
}
```
2016-03-11 10:50:32 +09:00
Dmitry (dio) Levashov f9805cffe6 closes #340, closes #331, thanks foxel 2012-07-26 21:17:01 +04:00
Dmitry (dio) Levashov ea656c0247 fix ie bugs 2011-07-07 23:20:08 +04:00
Troex Nevelin 3165123423 move project to new structure 2011-07-05 16:45:37 +03:00
Dmitry (dio) Levashov 1081afdb4f fix working with symlinks 2011-07-05 16:23:54 +04:00
Troex Nevelin c49557b403 move to new structure 2011-07-04 15:22:20 +03:00