16 lines
851 B
HTML
16 lines
851 B
HTML
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type"
|
|
content="text/html; charset=ISO-8859-1">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h2> Text Formatter User Guide</h2>
|
|
<h3>55. Basic Customizations - Overriding Methods</h3>
|
|
<hr>
|
|
<a href=Slide54.html>Previous Slide</a> <a href=Slide56.html>Next Slide</a> <br><img SRC=Slide55.JPG border=1><br></center>
|
|
<p><p><big>It is also useful to override methods from the Standard file or the Text Product Infrastructure. This means that instead of modifying the read-only files, you copy the code into your Site Overrides file and modify it there. Because of the inheritance hierarchy, the code within your Site Overrides file takes precedence and is executed instead of the original. To do so, make sure you copy the method within the class definition and preserve the indentation.<br></big>
|
|
</body>
|
|
</html>
|