Uploaded image for project: 'Teeda'
  1. Teeda
  2. TEEDA-229

<span id="allMessages"/>で出力される<ul>タグのスタイルを動的に変更する

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor Minor
    • None
    • Affects Version/s: None
    • Component/s: None
    • None

      <span id="allMessages" te:ulStyle="hoge" te:liStyle="foo" style="bar"/>

      とすると、

      <ul style="hoge">
      <li style="foo">
      <span style="bar">baz</span>
      </li>
      </ul>
      のような感じで考えています。
      これで、Pageに

      public HogePage {
      public String getAllMessagesUlStyle()

      { return "your_CSS"; }

      }

      というように書ける様にしたいと思います。

            Assignee:
            shot shot
            Reporter:
            shot shot
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: