Browse Source

HUE-263. Add support for Resizable and Sortable Behavior Filters.

Updating wording of jframe gallery a little.
Aaron Newton 15 years ago
parent
commit
d5f09f872f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apps/jframegallery/src/jframegallery/templates/resizables.html

+ 0 - 1
apps/jframegallery/src/jframegallery/templates/resizables.html

@@ -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>