| Current File : //opt/RZphp5/includes/doc/HTML_Progress2/docs/TDG/ch12s03.html |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>
What was removed ?
</title>
<link rel="stylesheet" href="book.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
<link rel="start" href="index.html" title="HTML_Progress2 Manual" />
<link rel="up" href="ch12.html" title=
"Chapter 12. Introduction" />
<link rel="prev" href="ch12s02.html" title="Why these changes ?" />
<link rel="next" href="ch13.html" title=
"Chapter 13. How to adjust your code" />
<style type="text/css">
/*<![CDATA[*/
body {
background-color: white;
color: black;
}
:link { color: #0000FF }
:visited { color: #840084 }
:active { color: #0000FF }
h2.c1 {clear: both}
/*]]>*/
</style>
</head>
<body>
<table class="progress2Header">
<tr>
<td>
<img src="img/pear_progress2.gif" align="left" alt=
"PEAR Progress2 logo" />
<h1>
HTML_Progress2 : The Definitive Guide
</h1>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">
What was removed ?
</th>
</tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch12s02.html">Prev</a>
</td>
<th width="60%" align="center">
Chapter 12. Introduction
</th>
<td width="20%" align="right">
<a accesskey="n" href="ch13.html">Next</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<h2 class="title c1">
<a name="id4797530" id="id4797530"></a>What was removed ?
</h2>
</div>
<p>
Very few features was removed during this merges :
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<code class="methodname">setModel()</code> method.
</li>
<li>ability to extends UI class to make custom user interface.
</li>
<li>ability to extends DM class to make custom data management
interface.
</li>
</ul>
</div>
<p>
And some replacements was made with removes of :
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<code class="methodname">isStringPainted()</code> method (due to
new multiple label system).
</li>
<li>
<code class="methodname">setStringPainted()</code> method (due to
new multiple label system).
</li>
<li>
<code class="methodname">setStringAttributes()</code> method,
replaced by <code class="methodname">setLabelAttributes()</code>.
</li>
<li>
<code class="methodname">getString()</code> method (due to new
multiple label system).
</li>
<li>
<code class="methodname">setString()</code> method (due to new
multiple label system).
</li>
<li>
<code class="constant">HTML_PROGRESS_ERRORSTACK_*</code> and
<code class="constant">HTML_PROGRESS_LOG_TYPE_*</code> constants
(due to new error management system).
</li>
</ul>
</div>
</div>
<table class="progress2Footer">
<tr>
<td align="left">
HTML_Progress2 : The Definitive Guide
</td>
<td align="right">
v 2.4.0 : April 20, 2007
</td>
</tr>
</table>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch12s02.html">Prev</a>
</td>
<td width="20%" align="center">
<a accesskey="u" href="ch12.html">Up</a>
</td>
<td width="40%" align="right">
<a accesskey="n" href="ch13.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
Why these changes ?
</td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top">
Chapter 13. How to adjust your code
</td>
</tr>
</table>
</div>
</body>
</html>