markusauinger
Posts: 1
|
| Posted: 11/30/2006, 6:35 AM |
|
Hi there,
is there a possibility to change the displayed text of a sorter during runtime in CCS 3.1?
CCS-built-in method will not work, because my translations are stored in a database.
Kind Regards,
Markus Auinger
Austria
|
 |
 |
markusauinger2
|
| Posted: 11/30/2006, 12:33 PM |
|
Works fine with "Insert Attribute":
1. Switch to html-Mode, right-klick inside the sorter instead of the original text -> Insert Attribute -> set an <<unique name>> (Source Type: Expression, Source Name: does not matter).
2. BeforeShow-Event of the page or the form or the sorter:
Attributes("<<unique name>>") = <<desired text>>
Best Regards,
Markus Auinger
PS: Big Thank's to Georg Zikofsky
|
|
|
 |
|