Author Topic: Access roundcube config from javascript  (Read 3330 times)

Offline ba_tux

  • Jr. Member
  • **
  • Posts: 11
Access roundcube config from javascript
« on: March 02, 2010, 05:24:22 AM »
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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Access roundcube config from javascript
« Reply #1 on: March 02, 2010, 05:56:03 AM »
Try making a plugin it can get variable from the config an you shouldn't have to modify functions.js

Offline ba_tux

  • Jr. Member
  • **
  • Posts: 11
Access roundcube config from javascript
« Reply #2 on: March 02, 2010, 06:24:27 AM »
It's a great idea, but i just need a little change in js. So, can I access Roundcube configuration via javascript?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Access roundcube config from javascript
« Reply #3 on: March 06, 2010, 04:14:54 AM »
to access a config from the js it first needs to be added to the env, in a plugin you can do something like
Code: [Select]
$rcmail->output->set_env('myconfig', 'value');and then in the js you can access it at
Code: [Select]
this.env.myconfig
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Access roundcube config from javascript
« Reply #4 on: March 07, 2010, 02:49:19 AM »
... or by rcmail.env.myconfig ...
Regards,
Rosali
__________________
MyRoundcube Project (commercial)