Format:
Recent snippets matching tags of Panel
//UpdatePanel BusyIndicator // gif: http://www.ajaxload.info // html: <span id="busyIndicator" class="floatRight"></span> // #busyIndicator {width:16px; height:16px;} // .busy {background:transparent url(../Images/ajax-loader.gif) no-repeat scroll left top;} var prm = Sys.WebForms.PageRequestManager.getInstance(); prm.add_initializeRequest(InitializeRequest); prm.add_endRequest(EndRequest);
38 Views
no comments
//Collapsible Panel $('.titleRow').click(function(){ var $el = $(this); $el.next().slideToggle('fast'); $el.toggleClass('open'); }); //Collapsible Panel width class only $('.itemRow').click(function() { var $el = $(this); $el.next().toggleClass('hide');
49 Views
no comments
Public Class ctlDragableSizable ' Locked when parent control handles the resizing Private blnIsResizeLocationLocked As Boolean = False Private intXMouseDownPosition As Integer Private intYMouseDownPosition As Integer Private blnSizableVertical As Boolean = False Private blnSizableHorizontal As Boolean = False
171 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
