2016-01-26 21:12:48 +03:00
|
|
|
---
|
|
|
|
layout: docs
|
|
|
|
title: Test
|
|
|
|
group: material-design
|
|
|
|
---
|
|
|
|
|
2016-05-02 17:38:57 +03:00
|
|
|
## Test
|
|
|
|
|
|
|
|
File browser
|
2016-01-26 21:12:48 +03:00
|
|
|
|
2016-05-02 17:38:57 +03:00
|
|
|
{% example html %}
|
2016-01-26 23:37:28 +03:00
|
|
|
<div class="form-group">
|
2016-05-02 17:38:57 +03:00
|
|
|
<label class="control-label" for="inputFile2">Static label</label>
|
|
|
|
<input type="file" id="inputFile2" multiple>
|
|
|
|
<input type="text" readonly class="form-control" placeholder="Browse2...">
|
2016-01-26 23:37:28 +03:00
|
|
|
</div>
|
|
|
|
|
2016-05-02 17:38:57 +03:00
|
|
|
<div class="form-group">
|
|
|
|
<!--<label class="control-label" for="inputFile3">File</label>-->
|
|
|
|
<input type="file" id="inputFile3" multiple>
|
|
|
|
<input type="text" readonly class="form-control" placeholder="Placeholder only...">
|
2016-01-26 23:37:28 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-group">
|
2016-05-02 17:38:57 +03:00
|
|
|
<input type="file" id="inputFile4" multiple>
|
|
|
|
|
|
|
|
<div class="input-group">
|
|
|
|
<input type="text" readonly class="form-control" placeholder="Placeholder w/input-group...">
|
|
|
|
<span class="input-group-btn input-group-sm">
|
|
|
|
<button type="button" class="btn btn-fab btn-fab-mini">
|
|
|
|
<i class="mdi-editor-attach-file"></i>
|
|
|
|
</button>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-01-26 21:12:48 +03:00
|
|
|
|
|
|
|
{% endexample %}
|