- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 06:41 AM
Hi,
i created the Annotation like this:
The ID, i want to use to get access to the Anno the Text is my Key for the translation.
No i tried:
but without success.
g_form.setDisplay('change_task_annotation', false);
$('change_task_annotation').up().hide();
document.getElementById("change_task_annotation").style.display="none";
the checkbox "isolate Script" is unchecked.
If i use the inspect Option of my Browser, i can find my ID...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 10:35 PM
😄 that is the Solution, in the translated Text, i have now added the <span id=.... to, now it works, thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 10:30 PM
my Problem is the Translation on the sys_ui_message Table.
If i delete these Translation or change the key, the annotation can be hide with up().hide().
But with that active translation it can#t be hide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2022 10:35 PM
😄 that is the Solution, in the translated Text, i have now added the <span id=.... to, now it works, thank you