Loading :: جاري التحميل

Developing

Development as a Means of Progress

Development and Programming


We aim to cover the programming mechanism on this page with the fundamentals prepared by developers to access the development library, which integrates with the latest global Bootstrap library version 5.3.3. We provide everything you need to create effective applications and platforms.

Library Installation

Installing the User Interface Library for the Platform Code Solutions of Today and Tomorrow


You can use the basic links to the design library and programming library according to the steps outlined below, so you can use the library correctly while applying and invoking the Bootstrap library with the latest version, considering the page direction from right to left or left to right.

We just need to adhere to the basic rules of the global Bootstrap library, which you can find through the main link to the library. Main link to the Bootstrap library.

The Bootstrap library is a toolkit specialized in programming and coding the front-end interfaces for users in a powerful, scalable, and feature-rich manner. You can build and customize using Sass, leverage the grid system and pre-built components, and bring projects to life using powerful JavaScript components.
You should include the design libraries in the header of the page after opening the <header> tag and before closing it </header>.
<header>
  <link href="/bootstrap.rtl.min.css" rel="stylesheet" />
  <link href="/dga.rtl.css" rel="stylesheet" />
</header>


You should include the programming libraries in the page content after opening the <body> tag and before closing it </body>, which is usually done at the end of the document.
<body>
<!-- Your Code Comes Here -->
  <script type="text/javascript" src="/jquery-3.7.1.min.js"></script>
  <script type="text/javascript" src="/popper.min.js"></script>
  <script type="text/javascript" src="/bootstrap.bundle.min.js"></script>
  <script type="text/javascript" src="/dga.js"></script>
</body>
You should include the design libraries in the header of the page after opening the <header> tag and before closing it </header>.
<header>
  <link href="/bootstrap.min.css" rel="stylesheet" />
  <link href="/dga.ltr.css" rel="stylesheet" />
</header>


You should include the programming libraries in the page content after opening the <body> tag and before closing it </body>, which is usually done at the end of the document.
<body>
<!-- Your Code Comes Here -->
  <script type="text/javascript" src="/jquery-3.7.1.min.js"></script>
  <script type="text/javascript" src="/popper.min.js"></script>
  <script type="text/javascript" src="/bootstrap.bundle.min.js"></script>
  <script type="text/javascript" src="/dga.js"></script>
</body>