Changes between Initial Version and Version 1 of Ticket #1434
- Timestamp:
- Oct 22, 2007, 9:58:43 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1434
- Property Keywords ConfigAllowedTypes Resource types Alias removed
-
Ticket #1434 – Description
initial v1 1 1 Sorry for may bad english, it's not may native. 2 2 3 First of all, I would like to say big thanks for making better and flexible browser and upload, especially idea for one config for both thees features. It solves many problems. 4 3 5 By default FCKEditor provides 4 types of resource types, but thees "Resource types" are "hard coded" for Browser in frmresourcetype.html. 6 4 7 The second... for resource type (example: Image) i can specify name Image (which is by default and now is defined in $Config['ConfigAllowedTypes' ]) but real folder name i would like to specify different from resource type name, for example Images (note, last s). Its only for flexibility and backward compatibility with very old FCKEditor versions. As I understand, this I can do specifying $Config['FileTypesPath' ][ 'Image' ] config option. It also need to bear in mind when dynamicly create resource type js array for Browser in frmresourcetype.html. 8 5 9 In attachment i add a zip with two files (frmresourcetype.html and my own resourcetypes.js.php) to show how I dynamicly add resource types in browser for PHP coonnector. Of cource, resourcetypes.js.php is included in connector folder. 6 10