Ticket #185 (new New Feature)

Opened 21 months ago

Last modified 2 months ago

.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

Changed 21 months ago by fredck

  • reporter changed from fredck to anonymous

Changed 21 months ago by fredck

  • type changed from Bug to New Feature

I agree that the .Text property wold be a good thing. We have used .Value because this is the name used in all other server side integrations. I believe we should make .Text an alias of .Value.

Changed 9 months ago by fredck

  • owner fredck deleted

Changed 2 months ago by arczi

  • keywords Confirmed added
Note: See TracTickets for help on using tickets.