Copyright © 2020, Oracle and/or its affiliates
64
select
null item_classes,
null selection,
null icon_class,
'

' icon_html,
t.task_name title,
'Project: ' || p.project description,
null misc,
null actions
from
eba_ut_chart_tasks t,
eba_ut_chart_projects p
where
t.project = p.id
order by p.created
ユニバーサル・テーマ
Content Rowの記述 (3)
イメージの埋め込み
アクションはリンクとして定義
Icon_htmlの特殊文字のエスケープはオフにします。