Skip to Content
0
Former Member
Sep 28, 2005 at 06:54 PM

SimpleValueType and DropDownByKey-Element

24 Views

Hi,

I have an SimpleType. This i bound to a context-attribute.

I get the selection with this code:

selection = wdContext.currentContextElement().getAttributeAsText("MyAttribute");
// selection = wdContext.currentContextElement().getMyAttribute();

How can i get the description?

Greetings

Thomas