Jump to content


Photo
- - - - -

Как добавить class'ы в выводе материла ?

клас див материал

Best Answer Grizli , 16 September 2013 - 02:58

 

Альтернативно можно через css

TD DIV:nth-child(odd)
{
}
TD DIV:nth-child(even)
{
}

 

самый простой способ. +1

только желательно указать уточняющий класс, на всякий случай, если это full то например .jbzoo-item-full

.jbzoo-item-full table td div:nth-of-type(odd) {color:red;}
.jbzoo-item-full table td div:nth-child(even) {color: green;}

http://jsfiddle.net/RMDsR/

Go to the full post


  • This topic is locked This topic is locked
3 replies to this topic

#1 fidez

fidez
  • JBZoo User (rus)
  • User rate: ~
  • posts: 4
  • topics: 3

Posted 14 September 2013 - 14:43

Добрый день. Как добавить два разных класса к повторяющемся элементам, которые обрамлены дивом ?

kak.png

Attached Thumbnails

  • kak.png

  • 0

#2 SmetDenis

SmetDenis
  • Administrators
  • User rate: 139.4
  • posts: 16232
  • topics: 200

Posted 15 September 2013 - 07:07

Если это у вас повторяющийся элемент, то чтобы добавить класс придется лезть в код
Обрамление происходит тут
\administrator\components\com_zoo\helpers\element.php applySeparators()


Если каждая строка - это отдельный элемент, то все проще.
У позиции нужно указать style=jbblock
<?php echo $this->renderPosition('position-name', array('style' => 'jbblock'));?>

  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.


#3 ripcord

ripcord
  • JBZoo User (rus)
  • User rate: 20.5
  • posts: 208
  • topics: 5

Posted 16 September 2013 - 00:51

Альтернативно можно через css

TD DIV:nth-child(odd)
{
}
TD DIV:nth-child(even)
{
}

 


  • 1
Абгемахт, славяне!

#4 Grizli

Grizli
  • JBZoo User (rus)
  • User rate: 11
  • posts: 62
  • topics: 2

Posted 16 September 2013 - 02:58   Best Answer

 

Альтернативно можно через css

TD DIV:nth-child(odd)
{
}
TD DIV:nth-child(even)
{
}

 

самый простой способ. +1

только желательно указать уточняющий класс, на всякий случай, если это full то например .jbzoo-item-full

.jbzoo-item-full table td div:nth-of-type(odd) {color:red;}
.jbzoo-item-full table td div:nth-child(even) {color: green;}

http://jsfiddle.net/RMDsR/


Edited by Grizli, 16 September 2013 - 03:24.

  • 0

Если ответ помог Вам можете добавить к карме [color=#33cc00]+1[/color] нажав на зеленую [color=#33cc00][/color]стрелочку выше

Если Вы получили ответ на свой вопрос, не забывайте нажать на "[color=#ff0000]Вопрос решен[/color]"

[color=#ff0000]▼ [/color]







Also tagged with one or more of these keywords: клас, див, материал

Click to return to top of page in style!