You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CS/Ribbon.xml
+42-42Lines changed: 42 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -238,55 +238,55 @@ Or use the following tag to remove all other ribbons when this loads
238
238
<button
239
239
id="btnScriptTypeTSqlCreateTable"
240
240
getImage="GetButtonImage"
241
-
label="T-SQL Create Table"
241
+
getLabel="GetLabelText"
242
242
onAction="OnAction"
243
243
getVisible="GetVisible"
244
-
screentip="T-SQL Create Table"
244
+
getScreentip="GetLabelText"
245
245
supertip="This changes the query string to a T-SQL CREATE TABLE script."
246
246
/>
247
247
<button
248
248
id="btnScriptTypeTSqlInsertValues"
249
249
getImage="GetButtonImage"
250
-
label="T-SQL Insert Values"
250
+
getLabel="GetLabelText"
251
251
onAction="OnAction"
252
252
getVisible="GetVisible"
253
-
screentip="T-SQL Insert Values"
253
+
getScreentip="GetLabelText"
254
254
supertip="This changes the query string to a T-SQL INSERT VALUES script."
255
255
/>
256
256
<button
257
257
id="btnScriptTypeTSqlMergeValues"
258
258
getImage="GetButtonImage"
259
-
label="T-SQL Merge Values"
259
+
getLabel="GetLabelText"
260
260
onAction="OnAction"
261
261
getVisible="GetVisible"
262
-
screentip="T-SQL Merge Values"
262
+
getScreentip="GetLabelText"
263
263
supertip="This changes the query string to a T-SQL MERGE VALUES script."
264
264
/>
265
265
<button
266
266
id="btnScriptTypeTSqlSelectValues"
267
267
getImage="GetButtonImage"
268
-
label="T-SQL Select Values"
268
+
getLabel="GetLabelText"
269
269
onAction="OnAction"
270
270
getVisible="GetVisible"
271
-
screentip="T-SQL Select Values"
271
+
getScreentip="GetLabelText"
272
272
supertip="This changes the query string to a T-SQL SELECT VALUES script."
273
273
/>
274
274
<button
275
275
id="btnScriptTypeTSqlSelectUnion"
276
276
getImage="GetButtonImage"
277
-
label="T-SQL Select Union"
277
+
getLabel="GetLabelText"
278
278
onAction="OnAction"
279
279
getVisible="GetVisible"
280
-
screentip="T-SQL Select Union"
280
+
getScreentip="GetLabelText"
281
281
supertip="This changes the query string to a T-SQL SELECT UNION script."
282
282
/>
283
283
<button
284
284
id="btnScriptTypeTSqlUpdateValues"
285
285
getImage="GetButtonImage"
286
-
label="T-SQL Update Values"
286
+
getLabel="GetLabelText"
287
287
onAction="OnAction"
288
288
getVisible="GetVisible"
289
-
screentip="T-SQL Update Values"
289
+
getScreentip="GetLabelText"
290
290
supertip="This changes the query string to a T-SQL UPDATE VALUES script."
291
291
/>
292
292
<menuSeparator
@@ -295,55 +295,55 @@ Or use the following tag to remove all other ribbons when this loads
295
295
<button
296
296
id="btnScriptTypePlSqlCreateTable"
297
297
getImage="GetButtonImage"
298
-
label="PL/SQL Create Table"
298
+
getLabel="GetLabelText"
299
299
onAction="OnAction"
300
300
getVisible="GetVisible"
301
-
screentip="PL/SQL Create Table"
301
+
getScreentip="GetLabelText"
302
302
supertip="This changes the query string to a PL/SQL CREATE TABLE script."
303
303
/>
304
304
<button
305
305
id="btnScriptTypePlSqlInsertValues"
306
306
getImage="GetButtonImage"
307
-
label="PL/SQL Insert Values"
307
+
getLabel="GetLabelText"
308
308
onAction="OnAction"
309
309
getVisible="GetVisible"
310
-
screentip="PL/SQL Insert Values"
310
+
getScreentip="GetLabelText"
311
311
supertip="This changes the query string to a PL/SQL INSERT VALUES script."
312
312
/>
313
313
<button
314
314
id="btnScriptTypePlSqlMergeValues"
315
315
getImage="GetButtonImage"
316
-
label="PL/SQL Merge Values"
316
+
getLabel="GetLabelText"
317
317
onAction="OnAction"
318
318
getVisible="GetVisible"
319
-
screentip="PL/SQL Merge Values"
319
+
getScreentip="GetLabelText"
320
320
supertip="This changes the query string to a PL/SQL MERGE VALUES script."
321
321
/>
322
322
<button
323
323
id="btnScriptTypePlSqlSelectValues"
324
324
getImage="GetButtonImage"
325
-
label="PL/SQL Select Values"
325
+
getLabel="GetLabelText"
326
326
onAction="OnAction"
327
327
getVisible="GetVisible"
328
-
screentip="PL/SQL Select Values"
328
+
getScreentip="GetLabelText"
329
329
supertip="This changes the query string to a PL/SQL SELECT VALUES script."
330
330
/>
331
331
<button
332
332
id="btnScriptTypePlSqlSelectUnion"
333
333
getImage="GetButtonImage"
334
-
label="PL/SQL Select Union"
334
+
getLabel="GetLabelText"
335
335
onAction="OnAction"
336
336
getVisible="GetVisible"
337
-
screentip="PL/SQL Select Union"
337
+
getScreentip="GetLabelText"
338
338
supertip="This changes the query string to a PL/SQL SELECT UNION script."
339
339
/>
340
340
<button
341
341
id="btnScriptTypePlSqlUpdateValues"
342
342
getImage="GetButtonImage"
343
-
label="PL/SQL Update Values"
343
+
getLabel="GetLabelText"
344
344
onAction="OnAction"
345
345
getVisible="GetVisible"
346
-
screentip="PL/SQL Update Values"
346
+
getScreentip="GetLabelText"
347
347
supertip="This changes the query string to a PL/SQL UPDATE VALUES script."
348
348
/>
349
349
<menuSeparator
@@ -352,54 +352,54 @@ Or use the following tag to remove all other ribbons when this loads
352
352
<button
353
353
id="btnScriptTypeDqlAppend"
354
354
getImage="GetButtonImage"
355
-
label="DQL Append"
355
+
getLabel="GetLabelText"
356
356
onAction="OnAction"
357
357
getVisible="GetVisible"
358
-
screentip="DQL Append"
358
+
getScreentip="GetLabelText"
359
359
supertip="This changes the query string to a DQL APPEND script (This is used for repeating values)."
360
360
/>
361
361
<button
362
362
id="btnScriptTypeDqlAppendLocked"
363
363
getImage="GetButtonImage"
364
-
label="DQL Append/Locked"
364
+
getLabel="GetLabelText"
365
365
onAction="OnAction"
366
366
getVisible="GetVisible"
367
-
screentip="DQL Append/Locked"
367
+
getScreentip="GetLabelText"
368
368
supertip="This changes the query string to a DQL APPEND script (This is used for repeating values) and also unlocks and locks the metadata."
369
369
/>
370
370
<button
371
371
id="btnScriptTypeDqlCreate"
372
372
getImage="GetButtonImage"
373
-
label="DQL Create"
373
+
getLabel="GetLabelText"
374
374
onAction="OnAction"
375
375
getVisible="GetVisible"
376
-
screentip="DQL Create"
376
+
getScreentip="GetLabelText"
377
377
supertip="This changes the query string to a DQL CREATE script."
378
378
/>
379
379
<button
380
380
id="btnScriptTypeDqlTruncateAppend"
381
381
getImage="GetButtonImage"
382
-
label="DQL Truncate/Append"
382
+
getLabel="GetLabelText"
383
383
onAction="OnAction"
384
384
getVisible="GetVisible"
385
-
screentip="DQL Truncate/Append"
385
+
getScreentip="GetLabelText"
386
386
supertip="This changes the query string to a DQL TRUNCATE/APPEND script (This is used for removing all repeating values and then updating to one value)." />
387
387
<button
388
388
id="btnScriptTypeDqlUpdate"
389
389
getImage="GetButtonImage"
390
-
label="DQL Update"
390
+
getLabel="GetLabelText"
391
391
onAction="OnAction"
392
392
getVisible="GetVisible"
393
-
screentip="DQL Update"
393
+
getScreentip="GetLabelText"
394
394
supertip="This changes the query string to a DQL UPDATE script."
395
395
/>
396
396
<button
397
397
id="btnScriptTypeDqlUpdateLocked"
398
398
getImage="GetButtonImage"
399
-
label="DQL Update/Locked"
399
+
getLabel="GetLabelText"
400
400
onAction="OnAction"
401
401
getVisible="GetVisible"
402
-
screentip="DQL Update/Locked"
402
+
getScreentip="GetLabelText"
403
403
supertip="This changes the query string to a DQL UPDATE script and also unlocks and locks the metadata."
404
404
/>
405
405
<menuSeparator
@@ -408,10 +408,10 @@ Or use the following tag to remove all other ribbons when this loads
408
408
<button
409
409
id="btnScriptTypeGithubTable"
410
410
getImage="GetButtonImage"
411
-
label="Markdown Table"
411
+
getLabel="GetLabelText"
412
412
onAction="OnAction"
413
413
getVisible="GetVisible"
414
-
screentip="Markdown Table"
414
+
getScreentip="GetLabelText"
415
415
supertip="This changes the query string to a Markdown table script (This is used for READ ME files in GitHub)."
416
416
/>
417
417
<menuSeparator
@@ -420,19 +420,19 @@ Or use the following tag to remove all other ribbons when this loads
420
420
<button
421
421
id="btnScriptTypeHtmlTable"
422
422
getImage="GetButtonImage"
423
-
label="HTML Table"
423
+
getLabel="GetLabelText"
424
424
onAction="OnAction"
425
425
getVisible="GetVisible"
426
-
screentip="HTML Table"
426
+
getScreentip="GetLabelText"
427
427
supertip="This changes the query string to a HMTL Table script."
428
428
/>
429
429
<button
430
430
id="btnScriptTypeXmlValues"
431
431
getImage="GetButtonImage"
432
-
label="XML Values"
432
+
getLabel="GetLabelText"
433
433
onAction="OnAction"
434
434
getVisible="GetVisible"
435
-
screentip="XML Values"
435
+
getScreentip="GetLabelText"
436
436
supertip="This changes the query string to a XML script."
0 commit comments