Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jon on Oct 13, 2009 12:39
open dhtmlx forum
Custom Buttons in scheduler

Is there a trick to getting the custom button section working as described here:

http://www.dhtmlx.com/dhxdocs/doku.php?id=dhtmlxscheduler:custom_details_form#button_in_section_header

I've added the button:"help" piece and the label as:

scheduler.locale.labels.button_help="Help label";

All I get is a button with the word "undefined"

Answer posted by Stanislav (support) on Oct 15, 2009 02:54
Actually this is  a bug in current version. 
You can 
a) update js files with attached one
or
b) use section name instead of button name for locale
{name:"description", height:130, map_to:"text", type:"textarea" , focus:true, button:"help"}
scheduler.locale.labels.button_description="Help label";
Attachments (1)