Adobe 38000827 Administration Guide - Page 36

Custom Extensions, Universidad Complutense de Madrid, and La Sapienza

Page 36 highlights

Custom Extensions You can extend the functionality of the ColdFusion Administrator by adding links to other web applications and sites. These links appear under the Custom Extensions section in the left navigation pane of the Administrator. Note: You must create a link for the Custom Extensions section to appear in the Administrator. To extend the Administrator, create a file that contains the HTML link code, followed by a , with a separate line for each link. Do not include other HTML code, such as or tags. Save this file as extensionscustom.cfm in the Administrator root directory (/CFIDE/Administrator/). For example, the following file adds to the Administrator links for Bowdoin College, Universidad Complutense de Madrid, and La Sapienza: Bowdoin College Universidad Complutense de Madrid La Sapienza When you click a link, the contents of the page appear in the main pane of the Administrator, as in the following figure: 28 Chapter 2 Basic ColdFusion MX Administration

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68

28
Chapter 2
Basic ColdFusion MX Administration
Custom Extensions
You can extend the functionality of the ColdFusion Administrator by adding links to
other web applications and sites. These links appear under the Custom Extensions
section in the left navigation pane of the Administrator.
Note:
You must create a link for the Custom Extensions section to appear in the
Administrator.
To extend the Administrator, create a file that contains the HTML link code, followed by
a
<BR>
, with a separate line for each link. Do not include other HTML code, such as
<head>
or
<body>
tags. Save this file as extensionscustom.cfm in the Administrator root
directory (/CFIDE/Administrator/).
For example, the following file adds to the Administrator links for Bowdoin College,
Universidad Complutense de Madrid, and La Sapienza:
<a href="http://www.bowdoin.edu/" target="content">Bowdoin College</a><br>
<a href="http://www.http://www.ucm.es/" target="content">Universidad
Complutense de Madrid</a><br>
<a href="http://www.uniroma1.it/" target="content">La Sapienza</a><br>
When you click a link, the contents of the page appear in the main pane of the
Administrator, as in the following figure: