Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: textbox is way too big for my site
Re: textbox is way too big for my site
09-28-2009, 11:29 PM
quiksilver02x
Joined on 09-28-2009
Posts 2
Re: textbox is way too big for my site
Reply
Quote
Got it
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Text="Type here";
$editor->
Width
="100%";
$editor->Draw();
$editor=null;
//use $_POST["Editor1"]to catch the data
?>
View Complete Thread