Skip to content

Commit

Permalink
normalize NS
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jul 14, 2023
1 parent 19beff0 commit 9f880aa
Show file tree
Hide file tree
Showing 41 changed files with 120 additions and 78 deletions.
3 changes: 3 additions & 0 deletions docs/advanced.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

(advanced)=

# Advanced Topics
Expand Down
6 changes: 3 additions & 3 deletions docs/app.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(app)=

# Purpose of App class

:::{php:namespace} Atk4\Ui
:::

:::{php:class} App
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/autocomplete.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui\Form\Control
:::

(autocomplete)=

# AutoComplete Form Control

:::{php:namespace} Atk4\Ui\Form\Control
:::

:::{php:class} AutoComplete
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/breadcrumb.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(breadcrumb)=

# Breadcrumb

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Breadcrumb
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/button.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(button)=

# Button

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Button
:::

Expand Down
3 changes: 3 additions & 0 deletions docs/callbacks.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

# Callback Introduction

Agile UI pursues a goal of creating a full-featured, interactive, user interface. Part of that relies
Expand Down
3 changes: 3 additions & 0 deletions docs/components.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

# Components

Classes that extend from {php:class}`View` are called `Components` and inherit abilities to render themselves (see {ref}`render`)
Expand Down
4 changes: 2 additions & 2 deletions docs/core.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Core Concepts

:::{php:namespace} Atk4\Ui
:::

# Core Concepts

Agile Toolkit and Agile UI are built upon specific core concepts. Understanding those
concepts is very important especially if you plan to write and distribute your own
add-ons.
Expand Down
6 changes: 3 additions & 3 deletions docs/crud.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(crud)=

# Crud

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Crud
:::

Expand Down
3 changes: 3 additions & 0 deletions docs/data.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

(data)=

# Integration
Expand Down
6 changes: 3 additions & 3 deletions docs/dataexecutor.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui\UserAction
:::

(dataexecutor)=

# Data Action Executor
Expand All @@ -14,9 +17,6 @@ Demo: https://ui.agiletoolkit.org/demos/data-action/actions.php

## Executor Interface

:::{php:namespace} Atk4\Ui\UserAction
:::

All executors must implement the ExecutorInterface or JsExecutorInterface interface.

:::{php:interface} ExecutorInterface
Expand Down
3 changes: 3 additions & 0 deletions docs/filestructure.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

(filestructure)=

# File structure example & first app
Expand Down
3 changes: 3 additions & 0 deletions docs/fileupload.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

# File Upload

:::{figure} images/fileupload.png
Expand Down
6 changes: 3 additions & 3 deletions docs/form-control.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui\Form
:::

(form-control)=

# Form Controls

:::{php:namespace} Atk4\Ui\Form
:::

:::{php:class} Control
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/form.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(form)=

# Forms

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Form
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/grid.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(grid)=

# Grid

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Grid
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/helloworld.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(helloworld)=

# HelloWorld

:::{php:namespace} Atk4\Ui
:::

:::{php:class} HelloWorld
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/icon.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(icon)=

# Icon

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Icon
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/image.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(image)=

# Image

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Image
:::

Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

# Agile UI Documentation

Contents:
Expand Down
6 changes: 3 additions & 3 deletions docs/label.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(label)=

# Label

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Label
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/lister.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(Lister)=

# Lister

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Lister
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/loremipsum.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(text)=

# LoremIpsum

:::{php:namespace} Atk4\Ui
:::

:::{php:class} LoremIpsum
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/menu.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(menu)=

# Menu

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Menu
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/message.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(message)=

# Message

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Message
:::

Expand Down
3 changes: 3 additions & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

(overview)=

# Overview of Agile UI
Expand Down
6 changes: 3 additions & 3 deletions docs/paginator.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(paginator)=

# Paginator

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Paginator
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/popup.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui
:::

(popup)=

# Popup

:::{php:namespace} Atk4\Ui
:::

:::{php:class} Popup
:::

Expand Down
3 changes: 3 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

(quickstart)=

# Quickstart
Expand Down
3 changes: 3 additions & 0 deletions docs/render.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

# Introduction

Agile UI allows you to create and combine various objects into a single Render Tree for unified rendering. Tree represents
Expand Down
6 changes: 3 additions & 3 deletions docs/rightpanel.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:::{php:namespace} Atk4\Ui\Panel
:::

(rightpanel)=

# Right Panel

:::{php:namespace} Atk4\Ui\Panel
:::

:::{php:class} Right
:::

Expand Down
4 changes: 2 additions & 2 deletions docs/seed.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Purpose of the Seed

:::{php:namespace} Atk4\Ui
:::

# Purpose of the Seed

Agile UI relies on wide variety of objects. For example {php:class}`Button` relies on
{php:class}`Icon` object for its rendering. As a developer can create Icon object first,
then pass it to the button:
Expand Down
3 changes: 3 additions & 0 deletions docs/session.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

# Session Trait

:::{php:trait} SessionTrait
Expand Down
3 changes: 3 additions & 0 deletions docs/sticky.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{php:namespace} Atk4\Ui
:::

# Introduction

Ability to automatically generate callback URLs is one of the unique features in Agile UI.
Expand Down
Loading

0 comments on commit 9f880aa

Please sign in to comment.