CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Text Box (Data Type Memo) Questions

Print topic Send  topic

Author Message
warrenk

Posts: 4
Posted: 08/17/2013, 6:09 AM

I have a few questions with the text box that I hope someone can help me with:

1) When I hit enter in the text box, I want to go to a new line. Currently hitting enter submits my form.

2) Is there anyway to vertically align the text box to the top. Right now it aligns to the center.

Thanks for any help!
Warren
View profile  Send private message
DataDoIT
Posted: 08/17/2013, 11:03 AM

1) Change your textbox control to a textarea.

2) Your textbox will inherit the properties of it's parent element.
Let's assume your parent element is a table cell (<td>). So set the
style of the table cell with:

<td style="VERTICAL-ALIGN: top">{YourTextBox}</td>
anthonyzz

Posts: 19
Posted: 05/08/2014, 9:58 PM

I am recently also doing some studies on the textbox control, hope these materials be hlepful to your situation:

http://www.kettic.com/winforms_ui/csharp_guide/editor_textbox.shtml

http://www.kettic.com/winforms_ui/csharp_guide/editor_t...t_started.shtml
_________________
no more
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.