From e802a19f931c4a7272a2fda6dc213345c9076e9b Mon Sep 17 00:00:00 2001 From: tkawata Date: Sun, 22 Jan 2012 14:36:22 +0900 Subject: [PATCH] Container builder and some refactoring. still working on. --- Samples/HTML/Sample1.html | 12 +-- Source/DNContainerBuilder.cpp | 107 ++++++++++++++++----- Source/DNContainerBuilder.h | 27 +++++- Source/DNUtils.cpp | 185 ++++++++++++++++++++++++++++++++++++ Source/DNUtils.h | 1 + Source/DNXML.cpp | 4 +- Source/DNXML.h | 2 +- Source/DNXMLImpl.h | 2 +- Source/TKCell.cpp | 5 +- Source/TKCell.h | 6 +- Source/TKCellCode.h | 13 ++- Source/TKContainer.cpp | 26 +++++ Source/TKContainer.h | 14 ++- Source/TKJSBasicCell.cpp | 35 +++++-- Source/TKJSBasicCell.h | 9 +- Source/TKJSCellBase.h | 3 +- Source/TKJSCellCode.cpp | 6 +- Source/TKJSCellCode.h | 6 +- Source/TKJSContainer.cpp | 85 +++++++++++++++-- Source/TKJSContainer.h | 6 +- Source/TKUICell.h | 2 +- Source/platform/osx/OSXDNXMLImpl.mm | 8 +- dennco-jstestapp1/Controller.mm | 48 ++++------ dennco-jstestapp1/startup11_1.js | 17 ++++ 24 files changed, 518 insertions(+), 111 deletions(-) diff --git a/Samples/HTML/Sample1.html b/Samples/HTML/Sample1.html index 9ceb55b..d822e67 100644 --- a/Samples/HTML/Sample1.html +++ b/Samples/HTML/Sample1.html @@ -173,8 +173,8 @@ Code class : SampleScript2
                 
-    positiveInputs = {"cell1-1", "cell1-2"};
-    negativeInputs = {"cell1-3"}    
+                positiveInputs = {FQN("/sample.html#cell1-1"), FQN("sample2.html#cell1-2")};
+                negativeInputs = {FQN("../sample3.html#cell1-3")}    
             
Connections: