Render html component
| Property | Type | Description | Default |
|---|---|---|---|
| name | string | required | Html component name |
| params | array | optional | Component parameters |
| type | string | optional | Component type (arikaim, html, static) |
Site url
| Property | Type | Description | Default |
|---|---|---|---|
| path | string | optional | Url path |
| bool | full | optional | Full or relative url. |
| language | string | optional | Lnguage code |
Current page url
| Property | Type | Description | Default |
|---|---|---|---|
| bool | full | optional | Full or relative url. |
Load UI library file
| Property | Type | Description | Default |
|---|---|---|---|
| string | name | required | UI Library name. |
| string | fileName | required | UI Library file name. |
Create paginator.
| Property | Type | Description | Default |
|---|---|---|---|
| object|array|json | source | required | Data source |
| string|null | namespace | optional | Paginator namespace |
| int|null | pageSize | optional | Page size |
| int|null | currentPage | optional | Current page. |
Clear saved paginator.
| Property | Type | Description | Default |
|---|---|---|---|
| string|null | namespace | required | Paginator namespace |
Get saved paginator.
| Property | Type | Description | Default |
|---|---|---|---|
| string|null | namespace | required | Paginator namespace |
Get rows per page.
| Property | Type | Description | Default |
|---|---|---|---|
| string|null | namespace | required | Paginator namespace |
Get view type.
| Property | Type | Description | Default |
|---|---|---|---|
| string|null | namespace | required | Paginator namespace |
| string|null | default | optinal | Default view type |
Apply search fields to db query builder.
| Property | Type | Description | Default |
|---|---|---|---|
| Builder|Model | queryBuilder | required | Laravel ORM Query Builder or Db Model |
| string|null | namespace | required | Search fields namespace |
Create search filed and save to session.
| Property | Type | Description | Default |
|---|---|---|---|
| string | field | required | Db table column name |
| string|null | namespace | optinal | Search fields namespace |
| string|null | operator | optinal | Search operator |
| string|null | queryOperator | optinal | Search query operator |
| mixed | searchFieldName | optinal | Search field name |
Get search value.
| Property | Type | Description | Default |
|---|---|---|---|
| string | field | required | Search field name. |
| string|null | namespace | optinal | Search fields namespace |
| mixed | default | optinal | Search operator |
Get saved search.
| Property | Type | Description | Default |
|---|---|---|---|
| string|null | namespace | optinal | Search fields namespace |
Get saved order by fields list.
| Property | Type | Description | Default |
|---|---|---|---|
| string|null | namespace | optinal | OrderBy fields namespace |
Apply OrderBy to db query builder or model.
| Property | Type | Description | Default |
|---|---|---|---|
| Builder|model | queryBuilder | required | Laravel ORM query builder |
| string|null | namespace | optinal | OrderBy fields namespace |
Create Laravel ORM db model instance.
| Property | Type | Description | Default |
|---|---|---|---|
| string | class | required | Model class name |
| string|null | extensionName | optinal | Extension name |
| bool | showError | optinal | Show error. |
Show query builder sql.
| Property | Type | Description | Default |
|---|---|---|---|
| Builder | builder | required | Laravel ORm query builder |
Get file type.
| Property | Type | Description | Default |
|---|---|---|---|
| string | fileName | required | File name. |
We use cookies to personalise content, analyse our traffic and ensure that we give you the best experience on our website.