Overview

Classes

  • Api1
  • Array1
  • ArrayObject1
  • Auth1
  • AuthModel1
  • Chat1
  • Class1
  • Color1
  • Console1
  • Controller1
  • Converter1
  • Cookie1
  • Date1
  • DateManager1
  • Db1
  • DbPref1
  • EasyBook
  • EasyCountry
  • EasyGenerator
  • EasyProduct
  • EasyProject
  • EasySchool
  • EasyStatus
  • exApiController1
  • exBlade1
  • exClass
  • exData1
  • exMail1
  • exRoute1
  • exTranslate1
  • exUrl1
  • FileManager1
  • FilePref1
  • Form1
  • Function1
  • Header1
  • Html1
  • HtmlAsset1
  • HtmlForm1
  • HtmlStyle1
  • HtmlWidget1
  • Math1
  • Model1
  • Model1FileLocator
  • Number1
  • Object1
  • Page1
  • Picture1
  • Popup1
  • QUESTION_TYPE
  • RecursiveArrayObject1
  • RegEx1
  • ResultObject1
  • ResultStatus1
  • ServerRequest1
  • Session1
  • SessionPreferenceSave1
  • String1
  • TaskManager1
  • Url1
  • Validation1
  • Value1

Interfaces

  • Controller1RouteInterface
  • Model1ActionInterface
  • Model1PageInterface

Functions

  • __
  • api_and_form_default_route
  • app
  • app_api_list
  • app_class_list
  • app_class_paths
  • app_class_with_interface
  • app_controller_list
  • app_dashboard_list
  • app_db_model_list
  • app_db_table_list
  • app_model_list
  • app_page_list
  • asset
  • csrf_token
  • current_layout_asset
  • current_plugin_asset
  • current_resources_asset_path
  • d
  • dd
  • file_base
  • file_session
  • file_session_get
  • file_session_remove
  • file_session_save
  • form_call_api
  • form_call_controller
  • form_token
  • get_all_view_in_directory
  • get_valid_view_path
  • is_token_valid
  • is_ajax_request
  • layout_asset
  • mailer
  • mailer_send_mail_to_list
  • make_default_route
  • makeRoute
  • normalizeSharedPath
  • now
  • now_date
  • now_time
  • old
  • paginate
  • path_app
  • path_asset
  • path_asset_url
  • path_clear_cache
  • path_main
  • path_main_url
  • path_shared
  • path_shared_app
  • path_shared_asset
  • path_shared_asset_url
  • path_shared_resources
  • path_to_viewpath
  • plugin_asset
  • pre
  • redirect
  • redirect_back
  • redirect_failed
  • redirect_to_view
  • register_path_for_layout_asset
  • request
  • resources_path
  • resources_path_asset
  • resources_path_cache
  • resources_path_plugin
  • resources_path_view
  • resources_path_view_cache
  • resources_path_view_layout
  • route
  • routes
  • shared_asset
  • token
  • translate_language
  • translated_language
  • url
  • view
  • view_exists
  • view_make
  • viewpath_to_path
  • Overview
  • Class

Class HtmlWidget1

Located at easycore/EasyForm.php
Methods summary
public static
# fileDeleteBox( $model1FileLocatorId = -1, $filePath = '/public_html/image.jpg', $previewUrl = null, $style = 'height:150px;width:150px;', $labelName = 'Delete Image' )
public static
# imageUploadBox( $imageButtonName = 'uploadImages[]', $demoImage = null, $image_style = 'height:150px;width:150px;', $labelName = 'Upload Image' )
public static
# imagesUploadBox( $imageButtonName = 'uploadImages[]', $modelFilePath = null, $box_style = 'height:150px;width:150px;', $labelName = 'Upload Image', $hideByFilePath = [] )
public static
# panelBox( $title, $description = '', $type = 'primary', $boxPanelContentStyle = 'padding:10px;' )
public static string
# urlActiveTag( $urlLink = null, null $innerHtmlDataHyperLinkWithUrl = '<a> hello world </a>', string $onActiveAddClassName = "active", string $otherClassNames = '', array $tagAttribute = [], string $tagName = 'li' )

use to Make Component active based on Active Url when is the current Url

use to Make Component active based on Active Url when is the current Url

Parameters

$urlLink
$innerHtmlDataHyperLinkWithUrl
$urlLink
$onActiveAddClassName
$otherClassNames
$tagAttribute
$tagName

Returns

string
public static
# listAndMarkActiveLink( $linkNameLocation = ['home'=>'#'], $selectedListStyle = 'font-weight: bolder;', $normalListStyle = '' )
public static
# menuHorizontalBar( $title = 'App Name', $linkNameLocation = ['Home Page'=>'#'], $selectedMenuStyle = 'color: #14a3ff;font-weight: bolder;', $menuStyle = '', $navClass = '' )
public static
# menuHorizontalBarAdmin( $title = 'App Name', $linkNameLocation = ['Dashboard'=>'#'], $selectedMenuStyle = 'color: #14a3ff;font-weight: bolder;', $menuStyle = '', $navClass = 'navbar-inverse navbar-fixed-top', $seachAction = '#' )
public static
# menuOverlay( $linkNameLocation = ['Dashboard'=>'#'], $selectedMenuStyle = 'color: tomato;font-weight: bolder;', $menuStyle = '' )
public static
# rating( $ratingName = 'rating' )
public static
# toast( $title, $description = '', $type = 'warning' )
public static
# box1( $title = 'Add New Category', $body = 'Create new Category Now', $number = '', $actionLink = '#', $buttonName = 'Click Here', $class = 'col-md-3' )
public static
# box2( $title = 'Create new Category Now', $number = '26', $panelStyleType = 'panel-primary', $panelIcon = 'fa fa-comments', $actionLink = '#', $buttonName = 'View Details', $colAndClass = 'col-md-3' )
public static string
# footerPopup( string $content = '', string $name = 'Click Me!', string $align = 'center', string $contentStyle = '', string $widgetStyle = '', string $onClickScript = 'console.dir("dialog clicked");' )

example ob_start(); $userInfo->form()->render(); $dd = ob_get_clean(); echo footerPopup($dd, 'click me 1', '0'); echo footerPopup($dd, 'click me 1', '25');

example ob_start(); $userInfo->form()->render(); $dd = ob_get_clean(); echo footerPopup($dd, 'click me 1', '0'); echo footerPopup($dd, 'click me 1', '25');

Parameters

$content
$name
$align
$contentStyle
$widgetStyle
$onClickScript

Returns

string
public static
# listData( $title = 'My List', $valueArray = [] )
public static
# listDataKeyValue( $title = 'My List', $keyValueArray = [] )
public static
# listLink( $title = 'My List', $listItem_menuNameEqualsMenuLink = [] )
public static
# listCheckBox( $title = 'My List', $name = '', $listItem = [] )
public static
# listRadioButton( $title = 'My List', $name = '', $listItem = [] )
public static
# textHeader( $title = '', $description = '' )
public static
# flipperWidget( $frontContent = '', $backContent = '' )
public
# articlePage( $title = '', $body = '', $footer = '' )
API documentation generated by ApiGen