Welcome To Adminpro

  • Home /
  • Code Editor

Thanks for Visits

Code Editor Style One

 
1
                                    <script>
2
                                        $(document).ready(function() {
3
4
                                            var editor_one = CodeMirror.fromTextArea(document.getElementById("code1"), {
5
                                                lineNumbers: true,
6
                                                matchBrackets: true,
7
                                                styleActiveLine: true,
8
                                                theme: "ambiance"
9
                                            });
10
11
                                            var editor_two = CodeMirror.fromTextArea(document.getElementById("code2"), {
12
                                                lineNumbers: true,
13
                                                matchBrackets: true,
14
                                                styleActiveLine: true
15
                                            });
16
17
                                        });
18
                                    </script>
19
20
                                

Code Editor Style Two

20
 
1
                                    <script>
2
                                        $(document).ready(function() {
3
4
                                            var editor_one = CodeMirror.fromTextArea(document.getElementById("code1"), {
5
                                                lineNumbers: true,
6
                                                matchBrackets: true,
7
                                                styleActiveLine: true,
8
                                                theme: "ambiance"
9
                                            });
10
11
                                            var editor_two = CodeMirror.fromTextArea(document.getElementById("code2"), {
12
                                                lineNumbers: true,
13
                                                matchBrackets: true,
14
                                                styleActiveLine: true
15
                                            });
16
17
                                        });
18
                                    </script>
19
20
                                

Messanger

Monica 10:15 am

Hi, what you are doing and where are you gay?

Mamun 10:10 am

Now working in graphic design with coding and you?

Monica 10:05 am

Practice in programming

Mamun 10:02 am

That's good man! carry on...