[Phphtmllib-devel] SF.net SVN: phphtmllib:[3196] trunk/open2300/lib
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2008-11-07 19:56:45
|
Revision: 3196 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3196&view=rev Author: hemna Date: 2008-11-07 19:56:41 +0000 (Fri, 07 Nov 2008) Log Message: ----------- updated target ids Modified Paths: -------------- trunk/open2300/lib/autoload.inc trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc trunk/open2300/lib/modules/home/widgets/TextCurrentConditions.inc Modified: trunk/open2300/lib/autoload.inc =================================================================== --- trunk/open2300/lib/autoload.inc 2008-11-07 19:55:15 UTC (rev 3195) +++ trunk/open2300/lib/autoload.inc 2008-11-07 19:56:41 UTC (rev 3196) @@ -1,7 +1,7 @@ <?php /** * This is an auto-generated file. Please do not modify! - * Generated on 2008-11-07T11:53:26-08:00 by AutoloadGenerator + * Generated on 2008-11-07T11:56:01-08:00 by AutoloadGenerator * * @package open2300 */ @@ -289,8 +289,8 @@ 'tab-list'=>'TabList', 'tab-w'=>'TabWidget', 'temp-dew-point-line-graph'=>'TempDewPointLineGraph', +'text'=>'TextCurrentConditions', 'text-c-s-s-nav'=>'TextCSSNav', -'text-current-conditions'=>'TextCurrentConditions', 'text-nav'=>'TextNav', 'tree-item-w'=>'TreeItemWidget', 'vertical-c-s-s-nav-table'=>'VerticalCSSNavTable', @@ -360,8 +360,8 @@ 'TabList'=>'tab-list', 'TabWidget'=>'tab-w', 'TempDewPointLineGraph'=>'temp-dew-point-line-graph', +'TextCurrentConditions'=>'text', 'TextCSSNav'=>'text-c-s-s-nav', -'TextCurrentConditions'=>'text-current-conditions', 'TextNav'=>'text-nav', 'TreeItemWidget'=>'tree-item-w', 'VerticalCSSNavTable'=>'vertical-c-s-s-nav-table', Modified: trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc =================================================================== --- trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc 2008-11-07 19:55:15 UTC (rev 3195) +++ trunk/open2300/lib/modules/home/widgets/MetarTextCurrentConditions.inc 2008-11-07 19:56:41 UTC (rev 3196) @@ -8,6 +8,10 @@ class MetarTextCurrentConditions extends Container { + /** + * the object's controller target + * + */ const ID="metar"; /** Modified: trunk/open2300/lib/modules/home/widgets/TextCurrentConditions.inc =================================================================== --- trunk/open2300/lib/modules/home/widgets/TextCurrentConditions.inc 2008-11-07 19:55:15 UTC (rev 3195) +++ trunk/open2300/lib/modules/home/widgets/TextCurrentConditions.inc 2008-11-07 19:56:41 UTC (rev 3196) @@ -8,6 +8,12 @@ class TextCurrentConditions extends AjaxableHTMLWidget { + /** + * the object's controller target + * + */ + const ID="text"; + /** * This contains the current * weatherDataObject for This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |