File

src/ui/smart-tab-folder/smart-tab-folder-page.component.ts

Metadata

selector SmartTabFolderPage
templateUrl ./smart-tab-folder-page.component.html
viewProviders SmartTabfolderTabParent

Index

Properties
Methods
Inputs
Outputs
Accessors

Constructor

constructor(container: ViewContainerRef, tabParentService: SmartTabfolderTabParent)
Parameters :
Name Type Optional
container ViewContainerRef No
tabParentService SmartTabfolderTabParent No

Inputs

key
Type : string
layout
selected
Type : boolean
tabContent
Type : SmartTabFolderPageContentDirective

Outputs

selectedChange
Type : EventEmitter<boolean>

Methods

setColumnWidth
setColumnWidth()
Returns : void

Properties

_processedLayout
Type : any
columnWidthCssClass
Type : string

Accessors

layout
getlayout()
setlayout(value)
Parameters :
Name Optional
value No
Returns : void
<ng-container *ngIf="!!_processedLayout && !!_processedLayout.rows && !_processedLayout.columns">
    <div class="row smart-form-row" *ngFor="let row of _processedLayout.rows">
        <FormColumn
            *ngFor="let column of row.items"
            [class]="column.widthClass"
            [formItems]="[column]">
        </FormColumn>
    </div>
</ng-container>
<ng-container *ngIf="!!_processedLayout && !!_processedLayout.columns && !_processedLayout.rows">
    <div class="row smart-form-row">
        <FormColumn 
            *ngFor="let column of _processedLayout.columns" 
            [class]="columnWidthCssClass" 
            [formItems]="column.items">
        </FormColumn>
    </div>
</ng-container>
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""