faq.html 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979
  1. <!doctype html>
  2. <html lang="en">
  3. <!--begin::Head-->
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>FAQ | AdminLTE 4</title>
  7. <!--begin::Accessibility Meta Tags-->
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  9. <meta name="color-scheme" content="light dark" />
  10. <meta name="theme-color" content="#007bff" media="(prefers-color-scheme: light)" />
  11. <meta name="theme-color" content="#1a1a1a" media="(prefers-color-scheme: dark)" />
  12. <!--end::Accessibility Meta Tags-->
  13. <!--begin::Primary Meta Tags-->
  14. <meta name="title" content="FAQ | AdminLTE 4" />
  15. <meta name="author" content="ColorlibHQ" />
  16. <meta
  17. name="description"
  18. content="AdminLTE is a Free Bootstrap 5 Admin Dashboard, 30 example pages using Vanilla JS. Fully accessible with WCAG 2.1 AA compliance."
  19. />
  20. <meta
  21. name="keywords"
  22. content="bootstrap 5, bootstrap, bootstrap 5 admin dashboard, bootstrap 5 dashboard, bootstrap 5 charts, bootstrap 5 calendar, bootstrap 5 datepicker, bootstrap 5 tables, bootstrap 5 datatable, vanilla js datatable, colorlibhq, colorlibhq dashboard, colorlibhq admin dashboard, accessible admin panel, WCAG compliant"
  23. />
  24. <!--end::Primary Meta Tags-->
  25. <!--begin::Accessibility Features-->
  26. <!-- Skip links will be dynamically added by accessibility.js -->
  27. <meta name="supported-color-schemes" content="light dark" />
  28. <link rel="preload" href="../css/adminlte.css" as="style" />
  29. <!--end::Accessibility Features-->
  30. <!--begin::Fonts-->
  31. <link
  32. rel="stylesheet"
  33. href="https://cdn.jsdelivr.net/npm/@fontsource/source-sans-3@5.0.12/index.css"
  34. integrity="sha256-tXJfXfp6Ewt1ilPzLDtQnJV4hclT9XuaZUKyUvmyr+Q="
  35. crossorigin="anonymous"
  36. media="print"
  37. onload="this.media = 'all'"
  38. />
  39. <!--end::Fonts-->
  40. <!--begin::Third Party Plugin(OverlayScrollbars)-->
  41. <link
  42. rel="stylesheet"
  43. href="https://cdn.jsdelivr.net/npm/overlayscrollbars@2.11.0/styles/overlayscrollbars.min.css"
  44. crossorigin="anonymous"
  45. />
  46. <!--end::Third Party Plugin(OverlayScrollbars)-->
  47. <!--begin::Third Party Plugin(Bootstrap Icons)-->
  48. <link
  49. rel="stylesheet"
  50. href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css"
  51. crossorigin="anonymous"
  52. />
  53. <!--end::Third Party Plugin(Bootstrap Icons)-->
  54. <!--begin::Required Plugin(AdminLTE)-->
  55. <link rel="stylesheet" href="../css/adminlte.css" />
  56. <!--end::Required Plugin(AdminLTE)-->
  57. </head>
  58. <!--end::Head-->
  59. <!--begin::Body-->
  60. <body class="layout-fixed sidebar-expand-lg bg-body-tertiary docs-page">
  61. <!--begin::App Wrapper-->
  62. <div class="app-wrapper">
  63. <!--begin::Header-->
  64. <nav class="app-header navbar navbar-expand bg-body">
  65. <!--begin::Container-->
  66. <div class="container-fluid">
  67. <!--begin::Start Navbar Links-->
  68. <ul class="navbar-nav">
  69. <li class="nav-item">
  70. <a class="nav-link" data-lte-toggle="sidebar" href="#" role="button">
  71. <i class="bi bi-list"></i>
  72. </a>
  73. </li>
  74. <li class="nav-item d-none d-md-block">
  75. <a href="../docs/introduction.html" class="nav-link">
  76. <i class="bi bi-book me-1" aria-hidden="true"></i>
  77. Documentation
  78. </a>
  79. </li>
  80. <li class="nav-item d-none d-md-block">
  81. <a href="../index.html" class="nav-link">
  82. <i class="bi bi-arrow-left me-1" aria-hidden="true"></i>
  83. Back to live preview
  84. </a>
  85. </li>
  86. </ul>
  87. <!--end::Start Navbar Links-->
  88. <!--begin::End Navbar Links-->
  89. <ul class="navbar-nav ms-auto">
  90. <!--begin::Navbar Search-->
  91. <li class="nav-item">
  92. <a class="nav-link" data-widget="navbar-search" href="#" role="button">
  93. <i class="bi bi-search"></i>
  94. </a>
  95. </li>
  96. <!--end::Navbar Search-->
  97. <!--begin::Messages Dropdown Menu-->
  98. <li class="nav-item dropdown">
  99. <a class="nav-link" data-bs-toggle="dropdown" href="#">
  100. <i class="bi bi-chat-text"></i>
  101. <span class="navbar-badge badge text-bg-danger">3</span>
  102. </a>
  103. <div class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
  104. <a href="#" class="dropdown-item">
  105. <!--begin::Message-->
  106. <div class="d-flex">
  107. <div class="flex-shrink-0">
  108. <img
  109. src="../assets/img/user1-128x128.jpg"
  110. alt="User Avatar"
  111. class="img-size-50 rounded-circle me-3"
  112. />
  113. </div>
  114. <div class="flex-grow-1">
  115. <h3 class="dropdown-item-title">
  116. Brad Diesel
  117. <span class="float-end fs-7 text-danger"
  118. ><i class="bi bi-star-fill"></i
  119. ></span>
  120. </h3>
  121. <p class="fs-7">Call me whenever you can...</p>
  122. <p class="fs-7 text-secondary">
  123. <i class="bi bi-clock-fill me-1"></i> 4 Hours Ago
  124. </p>
  125. </div>
  126. </div>
  127. <!--end::Message-->
  128. </a>
  129. <div class="dropdown-divider"></div>
  130. <a href="#" class="dropdown-item">
  131. <!--begin::Message-->
  132. <div class="d-flex">
  133. <div class="flex-shrink-0">
  134. <img
  135. src="../assets/img/user8-128x128.jpg"
  136. alt="User Avatar"
  137. class="img-size-50 rounded-circle me-3"
  138. />
  139. </div>
  140. <div class="flex-grow-1">
  141. <h3 class="dropdown-item-title">
  142. John Pierce
  143. <span class="float-end fs-7 text-secondary">
  144. <i class="bi bi-star-fill"></i>
  145. </span>
  146. </h3>
  147. <p class="fs-7">I got your message bro</p>
  148. <p class="fs-7 text-secondary">
  149. <i class="bi bi-clock-fill me-1"></i> 4 Hours Ago
  150. </p>
  151. </div>
  152. </div>
  153. <!--end::Message-->
  154. </a>
  155. <div class="dropdown-divider"></div>
  156. <a href="#" class="dropdown-item">
  157. <!--begin::Message-->
  158. <div class="d-flex">
  159. <div class="flex-shrink-0">
  160. <img
  161. src="../assets/img/user3-128x128.jpg"
  162. alt="User Avatar"
  163. class="img-size-50 rounded-circle me-3"
  164. />
  165. </div>
  166. <div class="flex-grow-1">
  167. <h3 class="dropdown-item-title">
  168. Nora Silvester
  169. <span class="float-end fs-7 text-warning">
  170. <i class="bi bi-star-fill"></i>
  171. </span>
  172. </h3>
  173. <p class="fs-7">The subject goes here</p>
  174. <p class="fs-7 text-secondary">
  175. <i class="bi bi-clock-fill me-1"></i> 4 Hours Ago
  176. </p>
  177. </div>
  178. </div>
  179. <!--end::Message-->
  180. </a>
  181. <div class="dropdown-divider"></div>
  182. <a href="#" class="dropdown-item dropdown-footer">See All Messages</a>
  183. </div>
  184. </li>
  185. <!--end::Messages Dropdown Menu-->
  186. <!--begin::Notifications Dropdown Menu-->
  187. <li class="nav-item dropdown">
  188. <a class="nav-link" data-bs-toggle="dropdown" href="#">
  189. <i class="bi bi-bell-fill"></i>
  190. <span class="navbar-badge badge text-bg-warning">15</span>
  191. </a>
  192. <div class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
  193. <span class="dropdown-item dropdown-header">15 Notifications</span>
  194. <div class="dropdown-divider"></div>
  195. <a href="#" class="dropdown-item">
  196. <i class="bi bi-envelope me-2"></i> 4 new messages
  197. <span class="float-end text-secondary fs-7">3 mins</span>
  198. </a>
  199. <div class="dropdown-divider"></div>
  200. <a href="#" class="dropdown-item">
  201. <i class="bi bi-people-fill me-2"></i> 8 friend requests
  202. <span class="float-end text-secondary fs-7">12 hours</span>
  203. </a>
  204. <div class="dropdown-divider"></div>
  205. <a href="#" class="dropdown-item">
  206. <i class="bi bi-file-earmark-fill me-2"></i> 3 new reports
  207. <span class="float-end text-secondary fs-7">2 days</span>
  208. </a>
  209. <div class="dropdown-divider"></div>
  210. <a href="#" class="dropdown-item dropdown-footer"> See All Notifications </a>
  211. </div>
  212. </li>
  213. <!--end::Notifications Dropdown Menu-->
  214. <!--begin::Fullscreen Toggle-->
  215. <li class="nav-item">
  216. <a class="nav-link" href="#" data-lte-toggle="fullscreen">
  217. <i data-lte-icon="maximize" class="bi bi-arrows-fullscreen"></i>
  218. <i data-lte-icon="minimize" class="bi bi-fullscreen-exit d-none"></i>
  219. </a>
  220. </li>
  221. <!--end::Fullscreen Toggle-->
  222. <!--begin::Color Mode Toggle (#6010)-->
  223. <li class="nav-item dropdown">
  224. <a
  225. class="nav-link"
  226. href="#"
  227. id="bd-theme"
  228. aria-label="Toggle color scheme"
  229. data-bs-toggle="dropdown"
  230. aria-expanded="false"
  231. >
  232. <i class="bi bi-sun-fill" data-lte-theme-icon="light"></i>
  233. <i class="bi bi-moon-fill d-none" data-lte-theme-icon="dark"></i>
  234. <i class="bi bi-circle-half d-none" data-lte-theme-icon="auto"></i>
  235. </a>
  236. <ul
  237. class="dropdown-menu dropdown-menu-end"
  238. aria-labelledby="bd-theme"
  239. style="--bs-dropdown-min-width: 8rem"
  240. >
  241. <li>
  242. <button
  243. type="button"
  244. class="dropdown-item d-flex align-items-center"
  245. data-bs-theme-value="light"
  246. aria-pressed="false"
  247. >
  248. <i class="bi bi-sun-fill me-2"></i>
  249. Light
  250. <i class="bi bi-check-lg ms-auto d-none"></i>
  251. </button>
  252. </li>
  253. <li>
  254. <button
  255. type="button"
  256. class="dropdown-item d-flex align-items-center"
  257. data-bs-theme-value="dark"
  258. aria-pressed="false"
  259. >
  260. <i class="bi bi-moon-fill me-2"></i>
  261. Dark
  262. <i class="bi bi-check-lg ms-auto d-none"></i>
  263. </button>
  264. </li>
  265. <li>
  266. <button
  267. type="button"
  268. class="dropdown-item d-flex align-items-center active"
  269. data-bs-theme-value="auto"
  270. aria-pressed="true"
  271. >
  272. <i class="bi bi-circle-half me-2"></i>
  273. Auto
  274. <i class="bi bi-check-lg ms-auto d-none"></i>
  275. </button>
  276. </li>
  277. </ul>
  278. </li>
  279. <!--end::Color Mode Toggle-->
  280. <!--begin::User Menu Dropdown-->
  281. <li class="nav-item dropdown user-menu">
  282. <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">
  283. <img
  284. src="../assets/img/user2-160x160.jpg"
  285. class="user-image rounded-circle shadow"
  286. alt="User Image"
  287. />
  288. <span class="d-none d-md-inline">Alexander Pierce</span>
  289. </a>
  290. <ul class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
  291. <!--begin::User Image-->
  292. <li class="user-header text-bg-primary">
  293. <img
  294. src="../assets/img/user2-160x160.jpg"
  295. class="rounded-circle shadow"
  296. alt="User Image"
  297. />
  298. <p>
  299. Alexander Pierce - Web Developer
  300. <small>Member since Nov. 2023</small>
  301. </p>
  302. </li>
  303. <!--end::User Image-->
  304. <!--begin::Menu Body-->
  305. <li class="user-body">
  306. <!--begin::Row-->
  307. <div class="row">
  308. <div class="col-4 text-center">
  309. <a href="#">Followers</a>
  310. </div>
  311. <div class="col-4 text-center">
  312. <a href="#">Sales</a>
  313. </div>
  314. <div class="col-4 text-center">
  315. <a href="#">Friends</a>
  316. </div>
  317. </div>
  318. <!--end::Row-->
  319. </li>
  320. <!--end::Menu Body-->
  321. <!--begin::Menu Footer-->
  322. <li class="user-footer">
  323. <a href="#" class="btn btn-outline-secondary">Profile</a>
  324. <a href="#" class="btn btn-outline-danger float-end">Sign out</a>
  325. </li>
  326. <!--end::Menu Footer-->
  327. </ul>
  328. </li>
  329. <!--end::User Menu Dropdown-->
  330. </ul>
  331. <!--end::End Navbar Links-->
  332. </div>
  333. <!--end::Container-->
  334. </nav>
  335. <!--end::Header-->
  336. <!--begin::Sidebar (docs mode)-->
  337. <aside class="app-sidebar bg-body-secondary shadow" data-bs-theme="dark">
  338. <!--begin::Sidebar Brand-->
  339. <div class="sidebar-brand">
  340. <a href="../docs/introduction.html" class="brand-link">
  341. <img
  342. src="../assets/img/AdminLTELogo.png"
  343. alt="AdminLTE Logo"
  344. class="brand-image opacity-75 shadow"
  345. />
  346. <span class="brand-text fw-light">
  347. AdminLTE 4 <span class="opacity-75">&middot; Docs</span>
  348. </span>
  349. </a>
  350. </div>
  351. <!--end::Sidebar Brand-->
  352. <!--begin::Sidebar Wrapper-->
  353. <div class="sidebar-wrapper">
  354. <nav class="mt-2">
  355. <!--begin::Sidebar Menu-->
  356. <ul
  357. class="nav sidebar-menu flex-column"
  358. data-lte-toggle="treeview"
  359. role="navigation"
  360. aria-label="Documentation navigation"
  361. data-accordion="false"
  362. id="docs-navigation"
  363. >
  364. <li class="nav-header">START HERE</li>
  365. <li class="nav-item">
  366. <a href="../docs/introduction.html" class="nav-link">
  367. <i class="nav-icon bi bi-download"></i>
  368. <p>Installation</p>
  369. </a>
  370. </li>
  371. <li class="nav-item">
  372. <a href="../docs/getting-started.html" class="nav-link">
  373. <i class="nav-icon bi bi-rocket-takeoff"></i>
  374. <p>Getting Started</p>
  375. </a>
  376. </li>
  377. <li class="nav-header">FOUNDATIONS</li>
  378. <li class="nav-item">
  379. <a href="../docs/layout.html" class="nav-link">
  380. <i class="nav-icon bi bi-grip-horizontal"></i>
  381. <p>Layout Classes</p>
  382. </a>
  383. </li>
  384. <li class="nav-item">
  385. <a href="../docs/layout-blueprint.html" class="nav-link">
  386. <i class="nav-icon bi bi-diagram-3"></i>
  387. <p>Layout Blueprint</p>
  388. </a>
  389. </li>
  390. <li class="nav-item">
  391. <a href="../docs/customization.html" class="nav-link">
  392. <i class="nav-icon bi bi-palette"></i>
  393. <p>Customization</p>
  394. </a>
  395. </li>
  396. <li class="nav-item">
  397. <a href="../docs/color-mode.html" class="nav-link">
  398. <i class="nav-icon bi bi-star-half"></i>
  399. <p>Color Mode</p>
  400. </a>
  401. </li>
  402. <li class="nav-item">
  403. <a href="../docs/rtl.html" class="nav-link">
  404. <i class="nav-icon bi bi-text-paragraph"></i>
  405. <p>RTL Support</p>
  406. </a>
  407. </li>
  408. <li class="nav-header">BUILDING</li>
  409. <li class="nav-item">
  410. <a href="../docs/recipes.html" class="nav-link">
  411. <i class="nav-icon bi bi-clipboard-check"></i>
  412. <p>Recipes</p>
  413. </a>
  414. </li>
  415. <li class="nav-item">
  416. <a href="#" class="nav-link">
  417. <i class="nav-icon bi bi-ui-checks-grid"></i>
  418. <p>
  419. Components
  420. <i class="nav-arrow bi bi-chevron-right"></i>
  421. </p>
  422. </a>
  423. <ul class="nav nav-treeview">
  424. <li class="nav-item">
  425. <a href="../docs/components/main-header.html" class="nav-link">
  426. <i class="nav-icon bi bi-circle"></i>
  427. <p>Main Header</p>
  428. </a>
  429. </li>
  430. <li class="nav-item">
  431. <a href="../docs/components/main-sidebar.html" class="nav-link">
  432. <i class="nav-icon bi bi-circle"></i>
  433. <p>Main Sidebar</p>
  434. </a>
  435. </li>
  436. </ul>
  437. </li>
  438. <li class="nav-item">
  439. <a href="#" class="nav-link">
  440. <i class="nav-icon bi bi-filetype-js"></i>
  441. <p>
  442. JavaScript Plugins
  443. <i class="nav-arrow bi bi-chevron-right"></i>
  444. </p>
  445. </a>
  446. <ul class="nav nav-treeview">
  447. <li class="nav-item">
  448. <a href="../docs/javascript/plugins-overview.html" class="nav-link">
  449. <i class="nav-icon bi bi-circle"></i>
  450. <p>Overview</p>
  451. </a>
  452. </li>
  453. <li class="nav-item">
  454. <a href="../docs/javascript/layout.html" class="nav-link">
  455. <i class="nav-icon bi bi-circle"></i>
  456. <p>Layout</p>
  457. </a>
  458. </li>
  459. <li class="nav-item">
  460. <a href="../docs/javascript/pushmenu.html" class="nav-link">
  461. <i class="nav-icon bi bi-circle"></i>
  462. <p>PushMenu</p>
  463. </a>
  464. </li>
  465. <li class="nav-item">
  466. <a href="../docs/javascript/treeview.html" class="nav-link">
  467. <i class="nav-icon bi bi-circle"></i>
  468. <p>Treeview</p>
  469. </a>
  470. </li>
  471. <li class="nav-item">
  472. <a href="../docs/javascript/card-widget.html" class="nav-link">
  473. <i class="nav-icon bi bi-circle"></i>
  474. <p>Card Widget</p>
  475. </a>
  476. </li>
  477. <li class="nav-item">
  478. <a href="../docs/javascript/direct-chat.html" class="nav-link">
  479. <i class="nav-icon bi bi-circle"></i>
  480. <p>Direct Chat</p>
  481. </a>
  482. </li>
  483. <li class="nav-item">
  484. <a href="../docs/javascript/fullscreen.html" class="nav-link">
  485. <i class="nav-icon bi bi-circle"></i>
  486. <p>Fullscreen</p>
  487. </a>
  488. </li>
  489. <li class="nav-item">
  490. <a href="../docs/javascript/accessibility.html" class="nav-link">
  491. <i class="nav-icon bi bi-circle"></i>
  492. <p>Accessibility</p>
  493. </a>
  494. </li>
  495. </ul>
  496. </li>
  497. <li class="nav-item">
  498. <a href="../docs/integrations.html" class="nav-link">
  499. <i class="nav-icon bi bi-puzzle"></i>
  500. <p>Integrations</p>
  501. </a>
  502. </li>
  503. <li class="nav-header">SHIPPING</li>
  504. <li class="nav-item">
  505. <a href="../docs/migration.html" class="nav-link">
  506. <i class="nav-icon bi bi-arrow-up-right-square"></i>
  507. <p>Migration from v3</p>
  508. </a>
  509. </li>
  510. <li class="nav-item">
  511. <a href="../docs/deployment.html" class="nav-link">
  512. <i class="nav-icon bi bi-cloud-upload"></i>
  513. <p>Deployment</p>
  514. </a>
  515. </li>
  516. <li class="nav-item">
  517. <a href="../docs/browser-support.html" class="nav-link">
  518. <i class="nav-icon bi bi-browser-chrome"></i>
  519. <p>Browser Support</p>
  520. </a>
  521. </li>
  522. <li class="nav-header">RESOURCES</li>
  523. <li class="nav-item">
  524. <a href="../docs/faq.html" class="nav-link active">
  525. <i class="nav-icon bi bi-question-circle"></i>
  526. <p>FAQ</p>
  527. </a>
  528. </li>
  529. <li class="nav-item">
  530. <a href="../docs/how-to-contribute.html" class="nav-link">
  531. <i class="nav-icon bi bi-people"></i>
  532. <p>Contributing</p>
  533. </a>
  534. </li>
  535. <li class="nav-item">
  536. <a href="../docs/license.html" class="nav-link">
  537. <i class="nav-icon bi bi-patch-check"></i>
  538. <p>License</p>
  539. </a>
  540. </li>
  541. <li class="nav-item">
  542. <a
  543. href="https://github.com/ColorlibHQ/AdminLTE"
  544. target="_blank"
  545. rel="noopener"
  546. class="nav-link"
  547. >
  548. <i class="nav-icon bi bi-github"></i>
  549. <p>
  550. GitHub
  551. <i class="bi bi-box-arrow-up-right ms-1" aria-hidden="true"></i>
  552. </p>
  553. </a>
  554. </li>
  555. </ul>
  556. <!--end::Sidebar Menu-->
  557. <!-- Back to preview CTA (bottom of sidebar) -->
  558. <div class="p-3 mt-3 border-top border-secondary border-opacity-25">
  559. <a
  560. href="../index.html"
  561. class="btn btn-sm btn-outline-light w-100 d-flex align-items-center justify-content-center gap-2"
  562. >
  563. <i class="bi bi-arrow-left" aria-hidden="true"></i>
  564. Back to live preview
  565. </a>
  566. </div>
  567. </nav>
  568. </div>
  569. <!--end::Sidebar Wrapper-->
  570. </aside>
  571. <!--end::Sidebar (docs mode)-->
  572. <!--begin::App Main-->
  573. <main class="app-main">
  574. <!--begin::App Content Header-->
  575. <div class="app-content-header">
  576. <!--begin::Container-->
  577. <div class="container-fluid">
  578. <!--begin::Row-->
  579. <div class="row">
  580. <div class="col-sm-6">
  581. <h3 class="mb-0">FAQ</h3>
  582. </div>
  583. <div class="col-sm-6">
  584. <ol class="breadcrumb float-sm-end">
  585. <li class="breadcrumb-item"><a href="#">Docs</a></li>
  586. <li class="breadcrumb-item active" aria-current="page">FAQ</li>
  587. </ol>
  588. </div>
  589. </div>
  590. <!--end::Row-->
  591. </div>
  592. <!--end::Container-->
  593. </div>
  594. <!--end::App Content Header-->
  595. <!--begin::App Content-->
  596. <div class="app-content">
  597. <!--begin::Container-->
  598. <div class="container-fluid">
  599. <p>
  600. A grab bag of questions we get asked most often. Click any question to expand the
  601. answer. If yours isn’t here,
  602. <a href="https://github.com/ColorlibHQ/AdminLTE/discussions">open a Discussion</a> on
  603. GitHub.
  604. </p>
  605. <h5 id="getting-started">Getting started</h5>
  606. <details class="faq-item">
  607. <summary>What is AdminLTE, exactly?</summary>
  608. <p>
  609. A free, MIT-licensed admin dashboard <em>template</em>. It’s a set of HTML, CSS, and
  610. JavaScript files built on top of Bootstrap 5.3 — not a framework, not an npm
  611. component library. You drop it into your project, modify the markup to suit your
  612. app, and ship.
  613. </p>
  614. </details>
  615. <details class="faq-item">
  616. <summary>Do I need a build step to use it?</summary>
  617. <p>
  618. No. The <a href="getting-started.html">Getting Started</a> guide shows the CDN-only
  619. approach — copy four <code>&lt;link&gt;</code> tags and four
  620. <code>&lt;script&gt;</code> tags into your HTML and you’re done. The npm-based
  621. workflow is there if you want to customise SCSS variables or tree-shake the
  622. JavaScript.
  623. </p>
  624. </details>
  625. <details class="faq-item">
  626. <summary>Which Bootstrap version does v4 require?</summary>
  627. <p>
  628. Bootstrap 5.3.x. The current <code>package.json</code> pins 5.3.8 — older 5.3 minors
  629. should work but aren’t tested. Bootstrap 5.0/5.1/5.2 will not work (the colour-mode
  630. and <code>data-bs-theme</code> system landed in 5.3).
  631. </p>
  632. </details>
  633. <details class="faq-item">
  634. <summary>Can I use AdminLTE 4 with jQuery?</summary>
  635. <p>
  636. You don’t <em>need</em> jQuery — AdminLTE 4’s JavaScript is vanilla. If your
  637. existing app already uses jQuery, it’ll coexist fine. But none of AdminLTE 4’s own
  638. plugins call into jQuery, and there are no <code>$.fn.xxx()</code> plugin shims.
  639. </p>
  640. </details>
  641. <h5 id="framework-integrations">Framework integrations</h5>
  642. <details class="faq-item">
  643. <summary>Can AdminLTE be used with WordPress?</summary>
  644. <p>
  645. Yes — it’s just HTML/CSS/JS. The typical path is to build a custom WordPress theme
  646. that wraps AdminLTE’s markup around <code>wp_head()</code>,
  647. <code>wp_footer()</code>, and WordPress’s loops. AdminLTE doesn’t ship a
  648. WordPress-specific build; the work of porting nav-walker classes and authentication
  649. forms is yours.
  650. </p>
  651. </details>
  652. <details class="faq-item">
  653. <summary>Laravel? Symfony? Yii? Django? Rails?</summary>
  654. <p>
  655. All workable. AdminLTE is a server-rendered template — copy the demo pages into your
  656. views/templates, replace static content with your framework’s template variables,
  657. and wire up routes/auth as usual. Community Composer/Packagist packages exist for
  658. Laravel and Symfony, though they typically lag the upstream version — verify they
  659. ship v4 before you depend on them.
  660. </p>
  661. </details>
  662. <details class="faq-item">
  663. <summary>React, Vue, Svelte, Angular?</summary>
  664. <p>
  665. Workable but less natural. AdminLTE’s JavaScript plugins use DOM lifecycle hooks
  666. (<code>DOMContentLoaded</code>, MutationObserver patterns) which fight with
  667. framework reconciliation. If you’re using a SPA framework, consider:
  668. </p>
  669. <ul>
  670. <li>
  671. Using AdminLTE <em>only</em> for CSS — keep the visual style, but write your own
  672. React/Vue components for the interactive parts.
  673. </li>
  674. <li>
  675. Or pick a component library built for your framework (PrimeReact, Vuetify, etc.).
  676. </li>
  677. </ul>
  678. <p>
  679. We don’t recommend wrapping AdminLTE’s jQuery-era plugins in SPA framework
  680. components — it’s a maintenance burden that outweighs the visual win.
  681. </p>
  682. </details>
  683. <h5 id="customization">Customization</h5>
  684. <details class="faq-item">
  685. <summary>How do I change the primary colour?</summary>
  686. <p>
  687. Override <code>--bs-primary</code> (and its RGB counterpart) on <code>:root</code>:
  688. </p>
  689. <pre
  690. class="astro-code dark-plus"
  691. style="background-color: #1e1e1e; color: #d4d4d4; overflow-x: auto"
  692. tabindex="0"
  693. data-language="css"
  694. ><code><span class="line"><span style="color:#D7BA7D">:root</span><span style="color:#D4D4D4"> {</span></span>
  695. <span class="line"><span style="color:#9CDCFE"> --bs-primary</span><span style="color:#D4D4D4">: </span><span style="color:#CE9178">#6610f2</span><span style="color:#D4D4D4">;</span></span>
  696. <span class="line"><span style="color:#9CDCFE"> --bs-primary-rgb</span><span style="color:#D4D4D4">: </span><span style="color:#B5CEA8">102</span><span style="color:#D4D4D4">, </span><span style="color:#B5CEA8">16</span><span style="color:#D4D4D4">, </span><span style="color:#B5CEA8">242</span><span style="color:#D4D4D4">;</span></span>
  697. <span class="line"><span style="color:#D4D4D4">}</span></span></code></pre>
  698. <p>
  699. For deeper control (sidebar width, breakpoints, spacing scale), see
  700. <a href="customization.html">Customization &amp; Theming</a>.
  701. </p>
  702. </details>
  703. <details class="faq-item">
  704. <summary>How do I add a date picker / multi-select / rich text editor?</summary>
  705. <p>
  706. AdminLTE deliberately doesn’t bundle these — they’d bloat the framework. The
  707. <a href="integrations.html">Recommended Integrations</a> page lists best-in-class
  708. third-party libraries (Flatpickr, Tom Select, Quill, etc.) with copy-paste install
  709. snippets.
  710. </p>
  711. </details>
  712. <details class="faq-item">
  713. <summary>Can I use FontAwesome instead of Bootstrap Icons?</summary>
  714. <p>
  715. Yes. Bootstrap Icons is the default in the demos because it’s MIT, ships with
  716. Bootstrap, and is SVG-based — but nothing in AdminLTE’s CSS or JS requires it. Drop
  717. in FontAwesome’s stylesheet and replace
  718. <code>&lt;i class=&quot;bi bi-x&quot;&gt;</code> with
  719. <code>&lt;i class=&quot;fas fa-x&quot;&gt;</code> throughout.
  720. </p>
  721. </details>
  722. <h5 id="versions-and-updates">Versions and updates</h5>
  723. <details class="faq-item">
  724. <summary>How do I get notified of new versions?</summary>
  725. <p>
  726. <a href="https://github.com/ColorlibHQ/AdminLTE">Watch the GitHub repo</a>
  727. (Releases-only mode) or subscribe to the RSS feed at
  728. <code>https://github.com/ColorlibHQ/AdminLTE/releases.atom</code>.
  729. </p>
  730. </details>
  731. <details class="faq-item">
  732. <summary>Where’s the AdminLTE 3 documentation?</summary>
  733. <p>
  734. Still online at <a href="https://adminlte.io/docs/3.2/">adminlte.io/docs/3.2</a> and
  735. earlier versions are linked there. The v3 branch on GitHub continues to receive
  736. critical bug fixes; new features land in v4 only.
  737. </p>
  738. </details>
  739. <details class="faq-item">
  740. <summary>How do I upgrade from v3 to v4?</summary>
  741. <p>
  742. See the dedicated <a href="migration.html">Migration from v3</a> guide. The short
  743. version: class names changed (<code>.wrapper</code> → <code>.app-wrapper</code>),
  744. <code>data-toggle</code> → <code>data-bs-toggle</code>, dark mode uses
  745. <code>data-bs-theme</code> instead of <code>.dark-mode</code>, and jQuery isn’t
  746. required anymore.
  747. </p>
  748. </details>
  749. <h5 id="licensing">Licensing</h5>
  750. <details class="faq-item">
  751. <summary>Is AdminLTE free for commercial use?</summary>
  752. <p>
  753. Yes — MIT licensed. You can use it in commercial products, SaaS apps, client work,
  754. anything. The only requirement is preserving the copyright notice in the source
  755. files (<code>adminlte.css</code> / <code>adminlte.js</code>). You don’t need to
  756. display attribution in the UI.
  757. </p>
  758. </details>
  759. <details class="faq-item">
  760. <summary>Do I need to credit AdminLTE in my app?</summary>
  761. <p>
  762. No. The MIT license requires you to keep the licence notice in the source files you
  763. distribute — that’s it. You don’t have to mention AdminLTE in the rendered UI, your
  764. About page, or your README.
  765. </p>
  766. </details>
  767. <details class="faq-item">
  768. <summary>Can I sell a product made with AdminLTE?</summary>
  769. <p>
  770. Yes. The MIT license explicitly permits this. You can also resell modified versions
  771. of AdminLTE itself (theme marketplaces frequently do this) — just preserve the
  772. original copyright notice.
  773. </p>
  774. </details>
  775. <h5 id="troubleshooting">Troubleshooting</h5>
  776. <details class="faq-item">
  777. <summary>The sidebar doesn’t collapse when I click the hamburger menu.</summary>
  778. <p>
  779. Check that the PushMenu plugin is loaded. It’s bundled into
  780. <code>adminlte.js</code> — make sure the script tag is on the page and
  781. <em>after</em> the markup it operates on. Also verify your hamburger button has
  782. <code>data-lte-toggle=&quot;sidebar&quot;</code> (not
  783. <code>data-widget=&quot;pushmenu&quot;</code>, which is the v3 attribute).
  784. </p>
  785. </details>
  786. <details class="faq-item">
  787. <summary>Dark mode doesn’t persist after refresh.</summary>
  788. <p>
  789. The included <a href="color-mode.html">Color Mode</a> toggle writes to
  790. <code>localStorage</code> under the key <code>lte-theme</code>. If you’re using a
  791. different toggle implementation, make sure it both sets
  792. <code>document.documentElement.setAttribute(&#39;data-bs-theme&#39;, ...)</code> and
  793. writes to localStorage on change.
  794. </p>
  795. </details>
  796. <details class="faq-item">
  797. <summary>
  798. Bootstrap modal closes when I press Escape, but the AdminLTE sidebar closes too.
  799. </summary>
  800. <p>
  801. Fixed in v4.0.0 (#5993). If you’re still seeing this, you’re on an older RC — update
  802. to the latest.
  803. </p>
  804. </details>
  805. <details class="faq-item">
  806. <summary>My custom SCSS doesn’t override AdminLTE’s defaults.</summary>
  807. <p>
  808. Put your overrides <em>before</em> the <code>@import</code> of AdminLTE’s SCSS.
  809. AdminLTE uses <code>!default</code> on its variables, which means the first
  810. declaration wins. See
  811. <a href="customization.html#scss-variables">Customization &amp; Theming</a> for the
  812. import order.
  813. </p>
  814. </details>
  815. <details class="faq-item">
  816. <summary><code>npm install</code> fails with peer dependency errors.</summary>
  817. <p>
  818. We use an npm <code>overrides</code> block in <code>package.json</code> to keep
  819. peers happy — make sure you’re on npm 8.3+ which respects them. If you’re on an
  820. older npm, install with <code>--legacy-peer-deps</code>.
  821. </p>
  822. </details>
  823. </div>
  824. <!--end::Container-->
  825. </div>
  826. <!--end::App Content-->
  827. </main>
  828. <!--end::App Main-->
  829. <!--begin::Footer-->
  830. <footer class="app-footer">
  831. <!--begin::To the end-->
  832. <div class="float-end d-none d-sm-inline">Anything you want</div>
  833. <!--end::To the end-->
  834. <!--begin::Copyright-->
  835. <strong>
  836. Copyright &copy; 2014-2026&nbsp;
  837. <a href="https://adminlte.io" class="text-decoration-none">AdminLTE.io</a>.
  838. </strong>
  839. All rights reserved.
  840. <!--end::Copyright-->
  841. </footer>
  842. <!--end::Footer-->
  843. </div>
  844. <!--end::App Wrapper-->
  845. <!--begin::Script-->
  846. <!--begin::Third Party Plugin(OverlayScrollbars)-->
  847. <script
  848. src="https://cdn.jsdelivr.net/npm/overlayscrollbars@2.11.0/browser/overlayscrollbars.browser.es6.min.js"
  849. crossorigin="anonymous"
  850. ></script>
  851. <!--end::Third Party Plugin(OverlayScrollbars)--><!--begin::Required Plugin(popperjs for Bootstrap 5)-->
  852. <script
  853. src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
  854. crossorigin="anonymous"
  855. ></script>
  856. <!--end::Required Plugin(popperjs for Bootstrap 5)--><!--begin::Required Plugin(Bootstrap 5)-->
  857. <script
  858. src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.min.js"
  859. crossorigin="anonymous"
  860. ></script>
  861. <!--end::Required Plugin(Bootstrap 5)--><!--begin::Required Plugin(AdminLTE)-->
  862. <script src="../js/adminlte.js"></script>
  863. <!--end::Required Plugin(AdminLTE)--><!--begin::OverlayScrollbars Configure-->
  864. <script>
  865. const SELECTOR_SIDEBAR_WRAPPER = '.sidebar-wrapper';
  866. const Default = {
  867. scrollbarTheme: 'os-theme-light',
  868. scrollbarAutoHide: 'leave',
  869. scrollbarClickScroll: true,
  870. };
  871. document.addEventListener('DOMContentLoaded', function () {
  872. const sidebarWrapper = document.querySelector(SELECTOR_SIDEBAR_WRAPPER);
  873. // Disable OverlayScrollbars on mobile devices to prevent touch interference
  874. const isMobile = window.innerWidth <= 992;
  875. if (
  876. sidebarWrapper &&
  877. OverlayScrollbarsGlobal?.OverlayScrollbars !== undefined &&
  878. !isMobile
  879. ) {
  880. OverlayScrollbarsGlobal.OverlayScrollbars(sidebarWrapper, {
  881. scrollbars: {
  882. theme: Default.scrollbarTheme,
  883. autoHide: Default.scrollbarAutoHide,
  884. clickScroll: Default.scrollbarClickScroll,
  885. },
  886. });
  887. }
  888. });
  889. </script>
  890. <!--end::OverlayScrollbars Configure--><!--begin::Color Mode Toggle (#6010)-->
  891. <script>
  892. (() => {
  893. 'use strict';
  894. const STORAGE_KEY = 'lte-theme';
  895. const getStoredTheme = () => localStorage.getItem(STORAGE_KEY);
  896. const setStoredTheme = (theme) => localStorage.setItem(STORAGE_KEY, theme);
  897. const prefersDark = () => globalThis.matchMedia('(prefers-color-scheme: dark)').matches;
  898. const getPreferredTheme = () => {
  899. const stored = getStoredTheme();
  900. if (stored) return stored;
  901. return prefersDark() ? 'dark' : 'light';
  902. };
  903. const setTheme = (theme) => {
  904. const resolved = theme === 'auto' ? (prefersDark() ? 'dark' : 'light') : theme;
  905. document.documentElement.setAttribute('data-bs-theme', resolved);
  906. };
  907. setTheme(getPreferredTheme());
  908. const showActiveTheme = (theme) => {
  909. // Highlight the active dropdown option
  910. document.querySelectorAll('[data-bs-theme-value]').forEach((el) => {
  911. el.classList.remove('active');
  912. el.setAttribute('aria-pressed', 'false');
  913. const check = el.querySelector('.bi-check-lg');
  914. if (check) check.classList.add('d-none');
  915. });
  916. const active = document.querySelector(`[data-bs-theme-value="${theme}"]`);
  917. if (active) {
  918. active.classList.add('active');
  919. active.setAttribute('aria-pressed', 'true');
  920. const check = active.querySelector('.bi-check-lg');
  921. if (check) check.classList.remove('d-none');
  922. }
  923. // Sync the topbar trigger icon
  924. document.querySelectorAll('[data-lte-theme-icon]').forEach((icon) => {
  925. icon.classList.toggle('d-none', icon.dataset.lteThemeIcon !== theme);
  926. });
  927. };
  928. globalThis.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => {
  929. const stored = getStoredTheme();
  930. if (!stored || stored === 'auto') setTheme(getPreferredTheme());
  931. });
  932. document.addEventListener('DOMContentLoaded', () => {
  933. showActiveTheme(getPreferredTheme());
  934. document.querySelectorAll('[data-bs-theme-value]').forEach((toggle) => {
  935. toggle.addEventListener('click', () => {
  936. const theme = toggle.getAttribute('data-bs-theme-value');
  937. setStoredTheme(theme);
  938. setTheme(theme);
  939. showActiveTheme(theme);
  940. });
  941. });
  942. });
  943. })();
  944. </script>
  945. <!--end::Color Mode Toggle-->
  946. <!--end::Script-->
  947. </body>
  948. <!--end::Body-->
  949. </html>