Audio Player Component Generated HTML: Difference between revisions


No edit summary
No edit summary
 
Line 1: Line 1:
When a user adds an [[AudioPlayerComponent | Audio Player component]] to their site, this is the html that is dynamically generated.
When a user adds an [[AudioPlayerComponent | Audio Player component]] to their site, this is the html that is dynamically generated.


<source lang="html4strict">
<source lang="html4strict">

Latest revision as of 17:18, 16 November 2010

When a user adds an Audio Player component to their site, this is the html that is dynamically generated.

<div class="component audio_player_component">
 <h2><span>audio player component title</span></h2>
  <div class="component_content">
    <div>
     <p>audio player component content</p>
    </div>    
  </div>
</div>