Ticket #185 (new New Feature)
.Value property vs .Text property
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Server : ASP.Net | Version: | |
| Keywords: | SF Confirmed | Cc: |
Description
I noticed the FCKeditorV2 dll uses the .Value property to represent the text in the textbox. This makes integrating the editor into existing applications difficult because I have to change all instances of myTextBox.Text to myTextBox.Value.
As far as the code-behind, it really should operate like a standard textbox.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1592309&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.