QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

Posting Box

Started by Ronald, May 15, 2019, 08:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ronald

This box that we make the posting in. I'd like to make it larger, about the same size as here.

lesmond

#1
Drag the corner of the box to make it bigger.

You cannot view this attachment.

The only person who got all his work done by Friday was Robinson Crusoe

Ronald

Quote from: lesmond on May 15, 2019, 11:05 AMDrag the corner of the box to make it bigger.

You cannot view this attachment.

I want it made permanent, Tired of dragging all the time.

Ronald

Got it.


// Now create the editor.
 $editorOptions = array(
 'id' => 'message',
 'value' => $context['message'],
 'labels' => array(
 'post_button' => $context['submit_label'],
 ),
 // add height and width for the editor
 'height' => '400px',  [color=red]<<<<<<<<<<<<< Change here.[/color]
 'width' => '100%',
 // We do XML preview here.
 'preview_type' => 2,
 'required' => true,