From 76c6982a5c6b8fe8a5e9cfa72161e17af563610c Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Wed, 13 Jul 2011 20:26:37 -0700 Subject: [PATCH] Leaving TODO notes --- .../plugins/ui_samples/SyntaxHighlightedTextArea/index.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/SyntaxHighlightedTextArea/index.groovy b/ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/SyntaxHighlightedTextArea/index.groovy index 5df289f9b6..2cb46db033 100644 --- a/ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/SyntaxHighlightedTextArea/index.groovy +++ b/ui-samples-plugin/src/main/resources/jenkins/plugins/ui_samples/SyntaxHighlightedTextArea/index.groovy @@ -15,7 +15,8 @@ l.layout(title:_("Syntax Highlighted Text Area")) { st.adjunct(includes:"org.kohsuke.stapler.codemirror.mode.clike.clike") st.adjunct(includes:"org.kohsuke.stapler.codemirror.theme.default") - // adjunct tag doesn't work because 'wroteHEAD' is not set correctly + // TODO: adjunct tag doesn't work because 'wroteHEAD' is not set correctly + // TODO: provide abstraction that hides CSS hookup // this text area is what we convert to the super text area // we use CSS class to hook up the initialization script. In this particular demo, -- GitLab