File tree Expand file tree Collapse file tree 4 files changed +2
-67
lines changed Expand file tree Collapse file tree 4 files changed +2
-67
lines changed Original file line number Diff line number Diff line change 3131 <a class =" btn btn-default" href =" @Url.Action(" Index " , " CreateFromConfig " )" >Run » ; </a >
3232 </p >
3333 </div >
34- //CUT:STD{{
3534 <div class =" col-md-4" >
3635 <span class =" label label-danger" style =" float : right ;" >Pro</span >
3736 <h3 >Open Query Builder in a modal window</h3 >
4039 <a class =" btn btn-default" href =" @Url.Action(" Index " , " DoubleClientRendering " )" >Run » ; </a >
4140 </p >
4241 </div >
43- // }}CUT:STD
4442 <div class =" col-md-4" >
4543 <h3 >Webpack Demo</h3 >
4644 <p >Read the `Readme.md` in the 'Scripts\Webpack' folder.</p >
7775 </p >
7876 </div >
7977 </div >
80- </div >
81-
82- // CUT:PRO{{
83- @section scripts
84- {
85- <script >
86- $ (' a.btn' ).click (function (e ) {
87- e .preventDefault ();
88- var href = this .href ;
89-
90- $ .ajax ({
91- url: ' /Home/Dispose' ,
92- success : function () {
93- window .location .href = href;
94- }
95- });
96- });
97- </script >
98- }
99- // }}CUT:PRO
78+ </div >
Original file line number Diff line number Diff line change 3939 <a class =" btn btn-default" href =" @Url.Action(" Index " , " QueryResultsDemo " )" >Run » ; </a >
4040 </p >
4141 </div >
42- //CUT:STD{{
4342 <div class =" col-md-4" >
4443 <span class =" label label-danger" style =" float : right ;" >Pro</span >
4544 <h3 >Edit Sub-Query Text</h3 >
4847 <a class =" btn btn-default" href =" @Url.Action(" Index " , " SubQueryResultsPreviewDemo " )" >Run » ; </a >
4948 </p >
5049 </div >
51- // }}CUT:STD
5250 </div >
5351
5452 <div class =" row" >
8886 </p >
8987 </div >
9088 </div >
91-
92- // CUT:STD{{
9389
9490 <div class =" row" >
9591 <div class =" col-md-12" >
116112 </div >
117113 </div >
118114
119- // }}CUT:STD
120-
121115 <div class =" row" >
122116 <div class =" col-md-12" >
123117 <h2 class =" section-title" >User Interface Customizations</h2 >
213207 <a class =" btn btn-default" href =" @Url.Action(" Index " , " ClientEventHandle " )" >Run » ; </a >
214208 </p >
215209 </div >
216- // CUT:STD{{
217210 <div class =" col-md-4" >
218211 <span class =" label label-danger" style =" float : right ;" >Pro</span >
219212 <h3 >Handle User-defined Queries Events</h3 >
222215 <a class =" btn btn-default" href =" @Url.Action(" Index " , " ClientEventHandleUQ " )" >Run » ; </a >
223216 </p >
224217 </div >
225- // }}CUT:STD
226218 <div class =" col-md-4" >
227219 <h3 >Custom HTML Layout Definition</h3 >
228220 <p >Applying alternate (mobile-friendly) HTML layout instead of the predefined embedded layout.</p >
231223 </p >
232224 </div >
233225 </div >
234- </div >
235-
236- // CUT:PRO{{
237- @section scripts
238- {
239- <script >
240- $ (' a.btn' ).click (function (e ) {
241- e .preventDefault ();
242- var href = this .href ;
243-
244- $ .ajax ({
245- url: ' /Home/Dispose' ,
246- success : function () {
247- window .location .href = href;
248- }
249- });
250- });
251- </script >
252- }
253- // }}CUT:PRO
226+ </div >
Original file line number Diff line number Diff line change 7979 </div >
8080 </div >
8181
82- //CUT:STD{{
83-
8482 <div class =" row" >
8583 <div class =" col-md-12" >
8684 <h2 class =" section-title" >User-defined Queries and Fields</h2 >
106104 </div >
107105 </div >
108106
109- //}}CUT:STD
110-
111107 <div class =" row" >
112108 <div class =" col-md-12" >
113109 <h2 class =" section-title" >User Interface Customizations</h2 >
210206 <a class =" btn btn-default" href =" Samples/MobileDemo.aspx" >Run » ; </a >
211207 </p >
212208 </div >
213- //CUT:STD{{
214209 <div class =" col-md-4" >
215210 <span class =" label label-danger" style =" float : right ;" >Pro</span >
216211 <h3 >Handle User-defined Queries Events</h3 >
219214 <a class =" btn btn-default" href =" Samples/ClientEventHandleUQ.aspx" >Run » ; </a >
220215 </p >
221216 </div >
222- //}}CUT:STD
223217 </div >
224218 </div >
225219</asp:Content >
Original file line number Diff line number Diff line change @@ -6,17 +6,6 @@ namespace WebForms_Samples.Samples
66{
77 public class BasePage : Page
88 {
9- //CUT:PRO{{
10- public BasePage ( )
11- {
12- PreLoad += OnPreLoad ;
13- }
149
15- private void OnPreLoad ( object sender , EventArgs eventArgs )
16- {
17- QueryBuilderStore . Remove ( ) ;
18- QueryTransformerStore . Remove ( ) ;
19- }
20- //}}CUT:PRO
2110 }
2211}
You can’t perform that action at this time.
0 commit comments