Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Hide label contacts (Read 4270 times)
Fernando Castro
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 7
Joined: Apr 5th, 2012
Hide label contacts
Apr 28th, 2012 at 3:58am
Print Post  
Hi, when i use this on the client side;

function forma(sender, args) {
var form = args.get_form();
if (form.getType() == 'edit') {
var btnRec = form.getControls()['btnRecurrence'].element;
btnRec.style.display = 'none';
var btnRec2 = form.getControls()['contacts'].element;
btnRec2.style.display = 'none';
}
}

I can hide the contacts area but the label CONTACTS remains... how can i hide too? or change the label for translations or write another kind of message?
« Last Edit: Apr 28th, 2012 at 3:32pm by Fernando Castro »  

Clipboard01.jpg (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Hide label contacts
Reply #1 - Apr 30th, 2012 at 7:10am
Print Post  
Hi,

We added support for localization in last release:
http://mindfusion.eu/Forum/YaBB.pl?num=1334157433

You can see it shown below; switch to German or Russian and then create appointment and check its options:
http://mindfusion.co/demos/WebPlanner/Localization/Default.aspx

This should be also included as a sample project in the v2.1 installation.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Fernando Castro
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 7
Joined: Apr 5th, 2012
Re: Hide label contacts
Reply #2 - Apr 30th, 2012 at 6:46pm
Print Post  
Thank you so much. I think this is exactly what i need. I don't have the account on clients area, but i'm going to create one and download the update. Thanks for your fast attention.

Fernando
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint