Class: ODDB::Html::View::Drugs::AtcComposite

Inherits:
HtmlGrid::DivComposite
  • Object
show all
Defined in:
lib/oddb/html/view/drugs/atc_browser.rb

Constant Summary collapse

COMPONENTS =
{
  [0,0] => InlineSearch, 
  [0,1] => "atc_browser",
  [0,2] => AtcList, 
}
CSS_ID_MAP =
['result-search', 'title']
CSS_MAP =
{ 1 => 'result' }