Rebuild bootstrap

This commit is contained in:
Arnold Daniels
2012-04-03 23:50:31 +02:00
parent 3946a836fd
commit 0b589bcaeb
3 changed files with 9 additions and 7 deletions

View File

@@ -1652,7 +1652,7 @@ $('.myCarousel').carousel({
<h3>Markup</h3>
<p>Use the <code>data-fileupload</code> attribute to register the file upload widget. The main container should either have the <code>.fileupload-new</code> class for a new record or if the record
does not have file or <code>.fileupload-exists</code> if an existing file is present. Elements inside the container with the <code>.fileupload-new</code> and <code>fileupload-exists</code>
does not have file or <code>.fileupload-exists</code> if an existing file is present. Elements inside the container with the <code>.fileupload-new</code> and <code>.fileupload-exists</code>
class will be shown or hidden based on the current state. The content of <code>.fileupload-preview</code> is replaced when a file is selected. Implement a button to clear
the file with <code>data-dismiss="fileupload"</code>.</p>