Content element wraps (Section frames)

  1. ########################################
  2. # ›› ROOTPAGE ›› PAGE HEADER ›› TSCONFIG
  3. ########################################
  4.  
  5. # if you want to remove default section frames type:
  6.  
  7. TCEFORM.tt_content.section_frame {
  8.      removeItems = 1,5,6,10,11,12,20,21
  9. }
  10.  
  11. # add item to dropdown
  12.  
  13. TCEFORM.tt_content.section_frame {
  14.      addItems.100 = my personalized frame
  15. }
  16.  
  17.  
  18. ####################################
  19. # ›› TEMPLATE ›› SETUP
  20. ####################################
  21.  
  22. tt_content.stdWrap.innerWrap.cObject = CASE
  23. tt_content.stdWrap.innerWrap.cObject {
  24.   key.field = section_frame
  25.   100 = TEXT
  26.   100.value = <div class="mystyle">|</div>
  27. }
  28.  
  29. page.CSS_inlineStyle(
  30.   .mystyle{border:1px solid #333333;}
  31. )
  32.  



1. content element frame



2. TSCONFIG

Last update: 02.12.2005

Did this document help you?

Yes: Write us what helped you

Ok, but: Suggest improvements, report inaccuracies etc.

not helpful: Tell us what would have helped