Changeset 14510
- Timestamp:
- Feb 10, 2016, 6:32:31 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/trac/web/chrome.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trac/web/chrome.py
r14481 r14510 447 447 448 448 jquery_location = Option('trac', 'jquery_location', '', 449 """Location of the jQuery !JavaScript library (version 1.11.3).449 """Location of the jQuery !JavaScript library (version %(version)s). 450 450 451 451 An empty value loads jQuery from the copy bundled with Trac. 452 452 453 453 Alternatively, jQuery could be loaded from a CDN, for example: 454 http://code.jquery.com/jquery- 1.11.3.min.js,455 http://ajax.aspnetcdn.com/ajax/jQuery/jquery- 1.11.3.min.js or456 https://ajax.googleapis.com/ajax/libs/jquery/ 1.11.3/jquery.min.js.457 458 (''since 1.0'')""" )454 http://code.jquery.com/jquery-%(version)s.min.js, 455 http://ajax.aspnetcdn.com/ajax/jQuery/jquery-%(version)s.min.js or 456 https://ajax.googleapis.com/ajax/libs/jquery/%(version)s/jquery.min.js. 457 458 (''since 1.0'')""", doc_args={'version': '1.11.3'}) 459 459 460 460 jquery_ui_location = Option('trac', 'jquery_ui_location', '', 461 """Location of the jQuery UI !JavaScript library (version 1.11.4).461 """Location of the jQuery UI !JavaScript library (version %(version)s). 462 462 463 463 An empty value loads jQuery UI from the copy bundled with Trac. 464 464 465 465 Alternatively, jQuery UI could be loaded from a CDN, for example: 466 https://ajax.googleapis.com/ajax/libs/jqueryui/ 1.11.4/jquery-ui.min.js466 https://ajax.googleapis.com/ajax/libs/jqueryui/%(version)s/jquery-ui.min.js 467 467 or 468 http://ajax.aspnetcdn.com/ajax/jquery.ui/ 1.11.4/jquery-ui.min.js.469 470 (''since 1.0'')""" )468 http://ajax.aspnetcdn.com/ajax/jquery.ui/%(version)s/jquery-ui.min.js. 469 470 (''since 1.0'')""", doc_args={'version': '1.11.4'}) 471 471 472 472 jquery_ui_theme_location = Option('trac', 'jquery_ui_theme_location', '', 473 473 """Location of the theme to be used with the jQuery UI !JavaScript 474 library (version 1.11.4).474 library (version %(version)s). 475 475 476 476 An empty value loads the custom Trac jQuery UI theme from the copy … … 479 479 Alternatively, a jQuery UI theme could be loaded from a CDN, for 480 480 example: 481 https://ajax.googleapis.com/ajax/libs/jqueryui/ 1.11.4/themes/start/jquery-ui.css481 https://ajax.googleapis.com/ajax/libs/jqueryui/%(version)s/themes/start/jquery-ui.css 482 482 or 483 http://ajax.aspnetcdn.com/ajax/jquery.ui/ 1.11.4/themes/start/jquery-ui.css.484 485 (''since 1.0'')""" )483 http://ajax.aspnetcdn.com/ajax/jquery.ui/%(version)s/themes/start/jquery-ui.css. 484 485 (''since 1.0'')""", doc_args={'version': '1.11.4'}) 486 486 487 487 mainnav = ConfigSection('mainnav', """Configures the main navigation bar,
Note:
See TracChangeset
for help on using the changeset viewer.
