Page 1 of 2

Customize message caption

PostPosted: 25 Sep 2013 09:32
by O.Germeau
When selected or de-selected item, how customize the two information captions ?

Re: Customize message caption

PostPosted: 25 Sep 2013 09:48
by Alexander Bulei
Hi O.Germeau,

O.Germeau wrote:When selected or de-selected item, how customize the two information captions ?


What do you mean with "information captions" ?

Best Regards.

Re: Customize message caption

PostPosted: 25 Sep 2013 14:22
by O.Germeau
It's the 2 status messages in relation with JQMultiSelectOptions.Locale.
For sample, It's display "2 available options" and i want display "2 available invoices"
The term "options" is too generic and I want to display a more accurate term

Re: Customize message caption

PostPosted: 25 Sep 2013 14:45
by Alexander Bulei
Hi O.Germeau,

O.Germeau wrote:It's the 2 status messages in relation with JQMultiSelectOptions.Locale.
For sample, It's display "2 available options" and i want display "2 available invoices"
The term "options" is too generic and I want to display a more accurate term


Now, we understand.

There is the possibility to change these captions, but only in javascript file, for now.

Go to "<installdir>/IWCGJQComps/Files/jq/jqMultiSelect/locales" directory and edit the "jquery.uix.multiselect_en.js" file.

We will improve it asap.

Important Note: Before update the cgdevtools, you should save your changed file and after, replace it.

Best Regards.

Re: Customize message caption

PostPosted: 25 Sep 2013 15:20
by O.Germeau
Thanks, it's work
But i can't use this method.
I have between 100 to 200 spécific terms and some are dynamics (it's the user who edit the term)

Re: Customize message caption

PostPosted: 13 Oct 2013 04:27
by jredoc
I also would like to modify (at both design and run time) the captions above the lists on the left and right side of the component.

Earlier in the thread, support stated that it would address this issue, but I do not see a solution as of cgDevTools 1.7.0.2878. Am I missing something?

TIA

John

Re: Customize message caption

PostPosted: 14 Oct 2013 09:51
by Alexander Bulei
Hi,

This feature will be implemented in next beta release.

Best Regadrs.

Re: Customize message caption

PostPosted: 23 Oct 2013 09:21
by O.Germeau
I confirm that JQCustomLOcal.Strings work well
Thanks

Re: Customize message caption

PostPosted: 23 Oct 2013 09:38
by O.Germeau
I have two TIWCGJQMultiSelect in a Frame.
I use JQCustomLOcal.Strings for customize message.

The two TIWCGJQMultiSelect seem share the same JQCustomLOcal.Strings.

How can i process ?

Re: Customize message caption

PostPosted: 23 Oct 2013 12:23
by Alexander Bulei
Hi Germeau,

O.Germeau wrote:I have two TIWCGJQMultiSelect in a Frame.
I use JQCustomLOcal.Strings for customize message.

The two TIWCGJQMultiSelect seem share the same JQCustomLOcal.Strings.

How can i process ?



Added this feature in V1.8.0.3066.

Best Regards.