Opened 17 years ago
Closed 16 years ago
#1932 closed New Feature (duplicate)
option to pass custom variables to the connector
Reported by: | Paul Moers | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | File Browser | Version: | |
Keywords: | Confirmed | Cc: |
Description
When I now want to open the filemanager in a specific directory not depending on a session, but on variables available in the environment system that opens the editor, then I need to modify the source of several files. An array or JSON object that can be populated with variables and that is passed to the filemanager already out of the box would be a nice addition.
FCKConfig.LinkUploadVariables = {'path':'sub/', 'somethingElse':'value'}
Change History (5)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Type: | Bug → New Feature |
---|
comment:3 Changed 16 years ago by
Keywords: | pass variables filemanager removed |
---|
comment:4 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Summary: | option to pass custom variables to the filemanager → option to pass custom variables to the connector |
comment:5 Changed 16 years ago by
Component: | General → File Browser |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
dup of #210
for a JSON stringifier, see http://www.json.org/json2.js or any javascript framework (for mootools I believe it is http://dev.mootools.net/browser/trunk/Source/Utilities/JSON.js)