tel8618217223380 / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Documentation - THtmlArea Missing Documentation #279

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Goto: http://www.pradosoft.com/docs/classdoc/THtmlArea
2. Click: THtmlArea 

What is the expected output? What do you see instead?
Expected: THtmlArea Detail Documentation
Actual: "The webpage cannot be found"

Please provide any additional information below.

The page is actually there.  The Namespace just needs to be changed:

From Namespace: System.Web.UI 
To Namespace: System.Web.UI.WebControls

The URL will reflect the changes:

INCORRECT: 
http://www.pradosoft.com/docs/manual/System.Web.UI/THtmlArea.html

CORRECT:
http://www.pradosoft.com/docs/manual/System.Web.UI.WebControls/THtmlArea.html

Original issue reported on code.google.com by Hink...@gmail.com on 19 Aug 2010 at 5:04

GoogleCodeExporter commented 9 years ago
Yes, the correct path is 
http://www.pradosoft.com/docs/manual/System.Web.UI.WebControls/THtmlArea.html 
and I think there is a small bug in links of comments.

In THtmlArea.php, change

 * @package System.Web.UI

to

 * @package System.Web.UI.WebControls

Original comment by lon...@gmail.com on 13 Jun 2011 at 10:46

GoogleCodeExporter commented 9 years ago
fixed in trunk r2979

Original comment by rojaro@gmail.com on 13 Jun 2011 at 11:54