Roundcube Community Forum

 

Access roundcube config from javascript

Started by ba_tux, March 02, 2010, 05:24:22 AM

Previous topic - Next topic

ba_tux

Hi, I want to customize functions.js. I need a value from Roundcube configuration file (main.inc.php). How to access that value from javascript?

SKaero

Try making a plugin it can get variable from the config an you shouldn't have to modify functions.js

ba_tux

It's a great idea, but i just need a little change in js. So, can I access Roundcube configuration via javascript?

JohnDoh

to access a config from the js it first needs to be added to the env, in a plugin you can do something like
$rcmail->output->set_env('myconfig', 'value');and then in the js you can access it at
this.env.myconfig
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

rosali

Regards,
Rosali