PDA

View Full Version : Text input with Editible & non editible content


netpicker9
09-27-2009, 09:16 PM
Hi,

How to make a textbox or textarea with editable and non editable rows?
For example: a multiline textarea with first row editable and second row noneditable..

user should be able to delete non editable rows..

Is this possible? can any one give me samples please?

Thanks

Sawtooth500
09-28-2009, 02:56 AM
I could be wrong, but on first impression I don't think this is possible...

joseph tibbs
09-28-2009, 03:19 AM
I would imagine if the text is non-editable then you probably couldn't delete it since its unchanged by your actions, course I don't know for sure, not even 100% sure which software your using or how you'd be implementing it? Sorry don't know what the purpose is so I can't see the code in my mind at all to help...

Joey