diff --git a/Tests/Manual/ArrayController1/index-debug.html b/Tests/Manual/ArrayController1/index-debug.html index e385197ea..a36b1d3b9 100644 --- a/Tests/Manual/ArrayController1/index-debug.html +++ b/Tests/Manual/ArrayController1/index-debug.html @@ -1,30 +1,71 @@ - - + + - + - + + - - + - - + + - ArrayController + + + + __project.name__ + + + @@ -33,6 +74,7 @@ objj_msgSend_reset(); // DEBUG OPTIONS: + // Decorators will only work when the code is compiled without the compiler option 'InlineMsgSend'. Check above. // Uncomment to enable printing of backtraces on exceptions: //objj_msgSend_decorate(objj_backtrace_decorator); @@ -52,52 +94,111 @@ // Uncomment to enable a specific logger: //CPLogRegister(CPLogConsole); //CPLogRegister(CPLogPopup); + + // Tag view DOM elements with a "data-cappuccino-view" attribute that contains + // the class name of the view that created them. Comment this or set to false to disable. + appkit_tag_dom_elements = true; - - - - +
-
- - -