Changeset 186

User picture

Author: Thiago Mata

(2009/08/28 23:06) Over 2 years ago

javascript eco tree expermintal

Affected files

Updated components/codeToDiagram/CodeToDiagram.class.php Download diff

185186
616
	*/
616
	*/
617
	public function start()
617
	public function start()
618
	{
618
	{
619
        ob_start();
619
                ob_start();
620
		if( $this->getStarted() )
620
		if( $this->getStarted() )
621
		{
621
		{
622
			return $this;
622
			return $this;
...
...
745
				case self::OUTPUT_TYPE_SCREEN:
745
				case self::OUTPUT_TYPE_SCREEN:
746
				{
746
				{
747
					$objPrinter->getHeader();
747
					$objPrinter->getHeader();
748
                    ob_flush();
749
                    flush();
750
					print $strDiagram;
748
					print $strDiagram;
751
					break;
749
					break;
752
				}
750
				}

Added experimental/ecotree/contoh.html

Show contents

Added experimental/ecotree/ECOTree.css

Show contents

Added experimental/ecotree/ECOTree.js

Show contents

Added experimental/ecotree/test1.html

Show contents

Added experimental/ecotree/test1.xml

Show contents

Added experimental/ecotree/XMLTreeLoader.js

Show contents