Loading...
gif
Don't Miss Out! Out new update has been release.
gif
Something you love is now on sale!
Buy now !
  • EN
    English (US)
    Deutsch
    Español
    Français
    Português (BR)
    简体中文
    لعربية (ae)
  • Bookmark
    • Forms
      Profile
      Tables
    • Add New Bookmark
    • Back
  • 2
    Cart
    • Furniture Chair for Home
      $500
    • Furniture Chair for Home
      $500.00
    • Order Total : $1000.00
    • Go to your cartCheckout
  • 4
    Notitications
    • Delivery processing 10 min.

    • Order Complete1 hr

    • Tickets Generated3 hr

    • Delivery Complete6 hr

    • Check all
  • Emay Walter

    Admin

    • Account
    • Inbox
    • Taskboard
    • Settings
    • Log out
  • Back
  • General
  • Dashboard
    • Default
    • Ecommerce
    • Online course
    • Crypto
    • Social
  • Widgets
    • General
    • Chart
  • Page layout
    • Boxed
    • RTL
    • Dark Layout
    • Hide Nav Scroll
    • Footer Light
    • Footer Dark
    • Footer Fixed
  • Applications
  • Project
    • Project List
    • Create new
  • File manager
  • kanban Board
  • Ecommerce
    • Product
    • Product page
    • Product list
    • Payment Details
    • Order History
    • Invoice
    • Cart
    • Wishlist
    • Checkout
    • Pricing
  • Email
    • Email App
    • Email Compose
  • Chat
    • Chat App
    • Video chat
  • Users
    • Users Profile
    • Users Edit
    • Users Cards
  • Bookmarks
  • Contacts
  • Tasks
  • Calendar
  • Social App
  • To-Do
  • Search Result
  • Forms & Table
  • Forms
    • Form Controls
      • Form Validation
      • Base Inputs
      • Checkbox & Radio
      • Input Groups
      • Mega Options
    • Form Widgets
      • Datepicker
      • Timepicker
      • Datetimepicker
      • Daterangepicker
      • Touchspin
      • Select2
      • Switch
      • Typeahead
      • Clipboard
    • Form layout
      • Default Forms
      • Form Wizard 1
      • Form Wizard 2
      • Form Wizard 3
  • Tables
    • Bootstrap Tables
      • Basic Tables
      • Table components
    • Data Tables
      • Basic Init
      • API
      • Data Sources
    • Ex. Data Tables
    • Js Grid Table
  • Components
  • Ui Kits
    • Typography
    • Avatars
    • helper classes
    • Grid
    • Tag & pills
    • Progress
    • Modal
    • Alert
    • Popover
    • Tooltip
    • Spinners
    • Dropdown
    • Accordion
    • Tabs
      • Bootstrap Tabs
      • Line Tabs
    • Shadow
    • Lists
  • Bonus Ui
    • Scrollable
    • Tree view
    • Bootstrap Notify
    • Rating
    • dropzone
    • Tour
    • SweetAlert2
    • Animated Modal
    • Owl Carousel
    • Ribbons
    • Pagination
    • Breadcrumb
    • Range Slider
    • Image cropper
    • Sticky
    • Basic Card
    • Creative Card
    • Tabbed Card
    • Draggable Card
    • Timeline
      • Timeline 1
      • Timeline 2
  • Builders
    • Form Builder 1
    • Form Builder 2
    • Page Builder
    • Button Builder
  • Animation
    • Animate
    • Scroll Reveal
    • AOS animation
    • Tilt Animation
    • Wow Animation
  • Icons
    • Flag icon
    • Fontawesome Icon
    • Ico Icon
    • Thimify Icon
    • Feather icon
    • Whether Icon
  • Buttons
    • Default Style
    • Flat Style
    • Edge Style
    • Raised Style
    • Button Group
  • Charts
    • Echarts
    • Apex Chart
    • Google Chart
    • Sparkline chart
    • Flot Chart
    • Knob Chart
    • Morris Chart
    • Chatjs Chart
    • Chartist Chart
    • Peity Chart
  • Pages
  • Landing page
  • Sample page
  • Internationalization
  • Starter kit
  • Others
    Error Page
    • Error 400
    • Error 401
    • Error 403
    • Error 404
    • Error 500
    • Error 503
    Authentication
    • Login Simple
    • Login with bg image
    • Login with image two
    • Login With validation
    • Login with tooltip
    • Login with sweetalert
    • Register Simple
    • Register with Bg Image
    • Register with Bg Image Two
    • Register with Bg Image Two
    • Unlock User
    • Forget Password
    • Reset Password
    • Maintenance
    Coming Soon
    • Coming Simple
    • Coming with Bg video
    • Coming with Bg Image
    Email templates
    • Basic Email
    • Basic With Header
    • Ecomerce Template
    • Email Template 2
    • Ecommerce Email
    • Order Success
  • Miscellaneous
  • Gallery
    • Gallery Grid
    • Gallery Grid Desc
    • Masonry Gallery
    • Masonry with Desc
    • Hover Effects
  • Blog
    • Blog Details
    • Blog Single
    • Add Post
  • FAQ
  • Job Search
    • Cards view
    • List View
    • Job Details
    • Apply
  • Learning
    • Learning List
    • Detailed Course
  • Maps
    • Maps JS
    • Vector Maps
  • Editors
    • Summer Note
    • CK editor
    • MDE editor
    • ACE code editor
  • Knowledgebase
  • Support Ticket

ACE Code Editor

  1. Editors
  2. ACE Code Editor
Javascript Mode
/* Sample JavaScript edit source */ // Define a module var app = angular.module('app', ['ui.bootstrap']); // Define a conroller. app.controller('GrokController', ['$scope', '$filter', function($scope, $filter) { $scope.today = function() { $scope.dt = new Date(); }; $scope.today(); $scope.isOpened = false; $scope.open = function($event) { $event.preventDefault(); $event.stopPropagation(); $scope.isOpened = true; }; }]); /* End of sample edit source */
Html Mode
<!--Page header start--> <div class="page-header"> <div class="row"> <div class="col-xl-6"> <h3>Ace Text editor</h3> <small>Cuba Admin panel</small> </div> <div class="col-xl-6"> <ol class="breadcrumb pull-right"> <li class="breadcrumb-item"></li> <li class="breadcrumb-item">Editor </li> <li class="breadcrumb-item active">Ace Text editor</li> </ol> </div> </div> </div> <!--Page header end-->
css Mode
.text-layer { font: 12px Monaco, "Courier New", monospace; font-size: 3vmin; cursor: text; } .blinker { animation: blink 1s linear infinite alternate; } @keyframes blink { 0%, 40% { opacity: 1 } 40.5%, 100% { opacity: 1 } } @document url(http://c9.io/), url-prefix(http://ace.c9.io/build/), domain(c9.io), regexp("https:.*") /**/ { /**/ img[title]:before { content: attr(title) "\AImage \retrieved from" attr(src); /**/ white-space: pre; display: block; background: url(asdasd); "err } } @viewport { min-zoom: 1; max-zoom: 200%; user-zoom: fixed; }
php Mode
<?php function nfact($n) { if ($n == 0) { return 1; } else { return $n * nfact($n - 1); } } echo "\n\nPlease enter a whole number ... "; $num = trim(fgets(STDIN)); // ===== PROCESS - Determing the factorial of the input number ===== $output = "\n\nFactorial " . $num . " = " . nfact($num) . "\n\n"; echo $output; ?>

Copyright 2022 © Cuba theme by pixelstrap