"Bootstrap 3 textarea in a jumbotron"
Bootstrap 3.0.0 Snippet by surajcm

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="jumbotron hero-spacer">
<p>Preview the xml file</p>
<div class="input-group">
<div class="field span3" >
<textarea class="form-control" wrap='off' rows="20" cols="200" readonly><?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<employees>
<employee>
<name>Alex</name>
</employee>
<employee>
<name>Jhon</name>
</employee>
<employee>
<name>Jack</name>
</employee>
<employee>
<name>Jacob</name>
</employee>
</employees>
</textarea>
</div>
</div>
<div class="form-inline" >
<div class="form-group">
<p>Compress the file :</p>
</div>
<div class="form-group">
<select class="form-control" name="compressionFormat">
<option value="0">zip</option>
<option value="1">rar</option>
<option value="2">tar</option>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: