|
|
@@ -23,7 +23,6 @@ limitations under the License.
|
|
|
<body>
|
|
|
<div class="jframe_padded">
|
|
|
<p>You should be able to resize the box below by dragging the grey handle.</p>
|
|
|
- <p>The links below the box should allow you to enable or disable the drag behavior.</p>
|
|
|
<div data-filters="Resizable" data-resize-handle=".textresizer" data-resize-child="textarea" data-resize-modifiers="{'x': false}">
|
|
|
<textarea tabindex="4" class="resizable" rows="15" cols="50" name="comment" style="width: 250px; height: 100px;"></textarea>
|
|
|
<div class="textresizer" style="width: 254px; background: #ddd; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #333; border-bottom: 1px solid #333; height: 4px; cursor: s-resize; margin-bottom: 10px; clear:both;"></div>
|