RE: TEXTAREA element and Barracuda
Kirk Daries <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <D09B591872D1D611AF2B0010B5A1AAD05D4205@WCSMAIL> |
Hi,
At the moment... this is how I create a textArea.
} else if (key.equals("Note")) {
Document doc = vc.getTemplateNode().getOwnerDocument();
Node targetNode = doc.createElement("TEXTAREA");
View view = new DefaultView(targetNode);
BComponent b = new BComponent();
b.setView(view);
b.setName("p_note");
b.setAttr("class","TextBox");
b.setAttr("id","M,NOTE");
b.setAttr("cols","30");
b.setAttr("rows","3");
return b;
HTH
Regards
KD
-----Original Message-----
From: Diez B. Roggisch [mailto:[email protected]]
Sent: 02 May 2003 02:20
To: [email protected]
Subject: Re: [Barracuda] TEXTAREA element and Barracuda
Timo H Jarvinen wrote:
> Hi,
>
> How can I create a TEXTAREA element using Barracuda? I can't find a
> suitable component.
I think in the repopulation example in my contrib-package I feature a
repopulated text-area.
Diez
_______________________________________________
Barracuda mailing list
[email protected]
http://barracudamvc.org/lists/listinfo/barracuda