Skip to main content

FormField Klassen abfragen

Comments

1 comment

  • Zendesk API User
    Author: TimoMeister - 10/10/2014 9:49

    Habs nun doch geschafft :smileyhappy:

    Bsp:

    ...

    if(formValue.get() instanceof String || formValue.get() instanceof Number){

      formValue.get().toString();

    } else if (formValue.get() instanceof DomElement){

      formValue.get().toText(false);

    }

    ...

    0

Please sign in to leave a comment.