Login / Status
developer.Resource
Home . Extensions . Repository
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

Extension Repository

The official extension repository only consists of freely available extensions. New documentation is rendered once a day.


Pixelsound FE Editing


InfoRatingsFeedback


  • Icon
    pixe_feediting
    Title
    Pixelsound FE Editing
    Extension key
    ( pixe_feediting )
    State
    stable, Not reviewed!
    Author
    Bernie Pfister
    Category
    be
    Version
    1.0.0
    Manual
    Not available
    Downloads (total / this version)
    3479 / 725
    Rating
    none
    Updated
    14.04.2006
    Upload comment
    Description
    Advanced FE editing with menu bar and Edit/View mode button at the top. You might need to tweak the CSS to work proper with your sites templates. I recommend to use the latest version of DAM. Works fine for Typo3 3.8.1
  • Dependencies
    Reverse dependencies

    The following extension versions depend on this extension:

    Version history
      Download extension

      Download compressed extension .T3X file

    • Filename Size View Date Download
      ChangeLog 108 View 14.04.2006 Download
      README.txt 80 View 14.04.2006 Download
      class.tsfeBeUserAuth.php 30 K View 14.04.2006 Download
      ext_icon.gif 124 View 14.04.2006 Download
      ext_localconf.php 274 View 14.04.2006 Download
      locallang_tsfe.php 3.7 K View 14.04.2006 Download
      doc/wizard_form.dat 1.3 K 14.04.2006 Download
      doc/wizard_form.html 15.5 K 14.04.2006 Download
      FE_editMenu/FE_editMenu-switch.css 610 View 11.04.2006 Download
      FE_editMenu/FE_editMenu.css 5.8 K View 10.04.2006 Download
      FE_editMenu/onLoad.js 2.2 K 07.04.2006 Download
      Preview for file pixe_feediting-1.0.0-FE_editMenu__FE_editMenu__switch__css:
      
      /* CSS Document */
      span.edit-mode {
          padding:0px 20px;
          margin:0px;
          position:absolute; 
          top:0px; 
          right:0px; 
          text-align:right;
          background:#666;
      }
              span.edit-mode a,
              span.edit-mode a:hover {
                  color:#fc0;
                  font-weight:700; 
              }


              span.edit-mode-disabled {
                  margin-right:-6px;
                  background:#600;
                  background:#333;
                  color:white; 
                  filter:alpha(opacity=40); /* IE's opacity*/
                  opacity: 0.4;
              }
                      span.edit-mode-disabled a,
                      span.edit-mode-disabled a:hover {
                          color:#fc0; 
                          font-weight:700; 
                      }
              
              
              span.edit-mode-enabled {
                  margin-right:-20px;
                  color:white; 
              }