Subversion Repositories bacoAlunos

Rev

Rev 1894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1894 Rev 1934
Line 23... Line 23...
23
    .componentBody
23
    .componentBody
24
    {
24
    {
25
        border: 1px solid gray;
25
        border: 1px solid gray;
26
        padding: 5px;
26
        padding: 5px;
27
    }
27
    }
-
 
28
 
-
 
29
    .ta-editor.form-control.myform1-height, .ta-scroll-window.form-control.myform1-height  {
-
 
30
        min-height: 200px;
-
 
31
        height: auto;
-
 
32
        overflow: auto;
-
 
33
        font-family: inherit;
-
 
34
        font-size: 100%;
-
 
35
    }
-
 
36
    .form-control.myform1-height > .ta-bind {
-
 
37
        height: auto;
-
 
38
        min-height: 200px;
-
 
39
        padding: 6px 12px;
-
 
40
    }
-
 
41
 
-
 
42
    #textAngular-editableFix-010203040506070809 {
-
 
43
        visibility: hidden;
-
 
44
    }
28
</style>
45
</style>
29
 
46
 
30
<!--Require templateObj-->
47
<!--Require templateObj-->
31
<script type="text/ng-template" id="callDocumentTemplate">
48
<script type="text/ng-template" id="callDocumentTemplate">
32
 
49
 
Line 134... Line 151...
134
                </div>
151
                </div>
135
            </div>
152
            </div>
136
            <div class="form-group clearfix">
153
            <div class="form-group clearfix">
137
                <label class="col-md-2 control-label">Texto</label>
154
                <label class="col-md-2 control-label">Texto</label>
138
                <div class="col-md-10">
155
                <div class="col-md-10">
139
                    <textarea class="form-control" rows="10" ng-model="comp.text">
156
                    <text-angular ng-model="comp.text" ta-text-editor-class="form-control myform1-height" ta-html-editor-class="form-control myform1-height"></text-angular>
140
 
-
 
141
                    </textarea>
-
 
142
                </div>
157
                </div>
143
            </div>
158
            </div>
144
        </div>
159
        </div>
145
    </div>
160
    </div>
146
</script>
161
</script>