Return-Path: X-Original-To: apmail-click-dev-archive@www.apache.org Delivered-To: apmail-click-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 80F42109CA for ; Sat, 2 Nov 2013 15:57:23 +0000 (UTC) Received: (qmail 11430 invoked by uid 500); 2 Nov 2013 15:57:21 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 11395 invoked by uid 500); 2 Nov 2013 15:57:20 -0000 Mailing-List: contact dev-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@click.apache.org Delivered-To: mailing list dev@click.apache.org Received: (qmail 11383 invoked by uid 99); 2 Nov 2013 15:57:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Nov 2013 15:57:20 +0000 Date: Sat, 2 Nov 2013 15:57:19 +0000 (UTC) From: "Adrian A. (JIRA)" To: dev@click.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLK-669) New Column property escapeHeaderHtml for better table header formatting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLK-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian A. updated CLK-669: -------------------------- Fix Version/s: 3.0.0 > New Column property escapeHeaderHtml for better table header formatting > ----------------------------------------------------------------------- > > Key: CLK-669 > URL: https://issues.apache.org/jira/browse/CLK-669 > Project: Click > Issue Type: Improvement > Components: core > Affects Versions: 2.2.0, 2.1.0 > Reporter: Andrew Fink > Priority: Minor > Fix For: 3.0.0 > > > org.apache.click.control.Column class contains escapeHtml property, that applies to both: header cell content and data cell content. > So It is hard to make rich table header with images, span, etc: > If data cell's content should be escaped, then header cell's content will be escaped too. > I propose new property > Boolean escapeHeaderHtml = null by default. > If escapeHeaderHtml == null then escapeHtml should be used for header cells. > If escapeHeaderHtml is true or false - this value should be used for header cells. -- This message was sent by Atlassian JIRA (v6.1#6144)