2015-11-06 56 views
0

我使用jquery Gridly拖放控件。在jQuery Gridly的文檔中寫道,該插件支持拖放和重新大小。如何在jQuery網格中調整窗口小部件的大小?

Example of jquery gridly

有人可以請讓我知道我在哪裏可以找到調整大小的一個例子或者給我一個提示如何實現它。

您可以查看以下codepen代碼,並告訴我如何reseizing上使用jQuery gridly塊完成。

<div class="gridly"> 
    <div class="brick small"></div> 
    <div class="brick small"> <span style='color:white; font-size:18px;'>Drag and drop this block where you want it!</div> 
    <div class="brick large"><img style="margin:20px" src='http://lorempixel.com/150/150/animals'></div> 
    <div class="brick large"><img style="margin:20px" src='http://lorempixel.com/150/150/sports'></div> 
    <div class="brick small"></div> 
    <div class="brick small"></div> 
    <div class="brick large"><img style="margin:20px" src='http://placebear.com/150/150'></div> 
</div> 

預先感謝您

回答

2

的jQuery( 「#list9」)的jqGrid( 'navGrid', '#pager9',{補充:假的,德爾:假的,編輯:假,位置: '右'}); 。 jQuery的( 「#M1」)點擊(函數(){風險S; S = jQuery的( 「#list9」)的jqGrid( 'getGridParam', 'selarrrow');警報(S);}); jQuery的( 「#M1S」)點擊(函數(){jQuery的( 「#list9」)的jqGrid( '爲setSelection' 「13」);。 })。
獲取所選13 id'sSelect(取消選擇)行

+0

我不明白這個代碼是什麼?你可以請它添加一個codepen讓我看看它 –

+0

檢查形式:http://www.trirand.com/blog/jqgrid/jqgrid.html –

+0

我真正需要的jQuery gridly.Thank你雖然 –

相關問題