mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge branch 'ErjanGavalji/reorder-tests-for-better-cookbook-generation'
This commit is contained in:
@@ -447,8 +447,8 @@
|
||||
<TypeScriptCompile Include="apps\tests\connectivity-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\console-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\file-name-resolver-tests\file-name-resolver-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\frame-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\gestures-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\frame-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\gestures\gestures-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\fetch-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\layouts\layout-helper.d.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\layouts\layout-helper.ios.ts">
|
||||
@@ -548,7 +548,7 @@
|
||||
<TypeScriptCompile Include="apps\tests\ui\list-picker\list-picker-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\scroll-view\scroll-view-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\search-bar\search-bar-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\style\style-properties-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\styling\style-properties-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\view\view-tests.d.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\html-view\html-view-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\web-view\web-view-tests.ts" />
|
||||
@@ -720,7 +720,7 @@
|
||||
<TypeScriptCompile Include="apps\tests\ui\bindable-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\dependency-observable-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\helper.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\observable-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\data\observable-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\pages\page6.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\pages\page5.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\application-tests-common.ts" />
|
||||
@@ -737,7 +737,7 @@
|
||||
<TypeScriptCompile Include="apps\tests\location-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\TKUnit.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\slider\slider-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\style\visual-state-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\styling\visual-state-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\switch\switch-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\view\view-tests-common.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\view\view-tests.android.ts">
|
||||
@@ -1180,7 +1180,7 @@
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="apps\tests\test-icon.png" />
|
||||
<Content Include="apps\tests\ui\style\test.css" />
|
||||
<Content Include="apps\tests\ui\styling\test.css" />
|
||||
<Content Include="apps\tests\xml-declaration\inherited-page.xml" />
|
||||
<Content Include="apps\tests\xml-declaration\mymodulewithxml\my-control-no-js.xml">
|
||||
<SubType>Designer</SubType>
|
||||
@@ -1464,7 +1464,7 @@
|
||||
<TypeScriptCompile Include="xhr\xhr.ts" />
|
||||
<TypeScriptCompile Include="xml\xml.d.ts" />
|
||||
<TypeScriptCompile Include="data\observable-array\observable-array.d.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\observable-array-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\data\observable-array-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\xml-parser-tests\xml-parser-tests.ts" />
|
||||
<TypeScriptCompile Include="xml\xml.ts">
|
||||
<DependentUpon>xml.d.ts</DependentUpon>
|
||||
@@ -1634,7 +1634,7 @@
|
||||
<TypeScriptCompile Include="utils\utils-common.ts">
|
||||
<DependentUpon>utils.d.ts</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
<TypeScriptCompile Include="apps\tests\virtual-array-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\data\virtual-array-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\button\button-tests-native.d.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\button\button-tests.ts" />
|
||||
<TypeScriptCompile Include="apps\tests\ui\button\button-tests-native.android.ts">
|
||||
@@ -2233,4 +2233,4 @@
|
||||
<UserProperties ui_2scroll-view_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2editable-text-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2absolute-layout-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2gallery-app_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2content-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2web-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2absolute-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2dock-layout_2package_1json__JSONSchema="" ui_2layouts_2grid-layout_2package_1json__JSONSchema="" ui_2layouts_2wrap-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" />
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "application-settings How-To"
|
||||
title: "application-settings"
|
||||
description: "Examples for using application-settings"
|
||||
previous_url: /ApiReference/application-settings/HOW-TO
|
||||
---
|
||||
# Application Settings
|
||||
Using application settings methods requires to load "application settings" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "application How-To"
|
||||
title: "application"
|
||||
description: "Examples for using application"
|
||||
previous_url: /ApiReference/application/HOW-TO
|
||||
---
|
||||
# Application
|
||||
The Application module provides abstraction over the platform-specific Application implementations.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "camera How-To"
|
||||
title: "camera"
|
||||
description: "Examples for using camera"
|
||||
previous_url: /ApiReference/camera/HOW-TO
|
||||
---
|
||||
# Camera module
|
||||
Using a camera requires the camera module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "color How-To"
|
||||
title: "color"
|
||||
description: "Examples for using color"
|
||||
previous_url: /ApiReference/color/HOW-TO
|
||||
---
|
||||
# Color
|
||||
Using Colors requires the "color" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "connectivity How-To"
|
||||
title: "connectivity"
|
||||
description: "Examples for using connectivity"
|
||||
previous_url: /ApiReference/connectivity/HOW-TO
|
||||
---
|
||||
# Connectivity
|
||||
Obtaining connectivity information requires the "connectivity" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "console How-To"
|
||||
title: "console"
|
||||
description: "Examples for using console"
|
||||
previous_url: /ApiReference/console/HOW-TO
|
||||
---
|
||||
# Console
|
||||
### Logging
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import TKUnit = require("./TKUnit");
|
||||
import TKUnit = require("../TKUnit");
|
||||
import bindableModule = require("ui/core/bindable");
|
||||
require("globals");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "observable-array How-To"
|
||||
title: "observable-array"
|
||||
description: "Examples for using observable-array"
|
||||
previous_url: /ApiReference/data/observable-array/HOW-TO
|
||||
---
|
||||
# Observable Array module
|
||||
<snippet id='observable-array-require'/>
|
||||
@@ -3,7 +3,7 @@ import observable = require("data/observable");
|
||||
// << observable-require
|
||||
|
||||
import dependencyObservable = require("ui/core/dependency-observable");
|
||||
import TKUnit = require("./TKUnit");
|
||||
import TKUnit = require("../TKUnit");
|
||||
import types = require("utils/types");
|
||||
import proxy = require("ui/core/proxy");
|
||||
|
||||
@@ -524,4 +524,4 @@ export function test_CorrectPropertyValueAfterUsingWrappedValue() {
|
||||
testObservable.set("property1", wrappedArray);
|
||||
|
||||
TKUnit.assertEqual(testObservable.get("property1"), testArray, "WrappedValue is used only to execute property change logic and unwrapped value should be used as proeprty value.");
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "data/observable How-To"
|
||||
title: "observable"
|
||||
description: "Examples for using data/observable"
|
||||
previous_url: /ApiReference/data/observable/HOW-TO
|
||||
---
|
||||
# Observable
|
||||
Using Observable objects requires the "data/observable" module.
|
||||
@@ -1,4 +1,4 @@
|
||||
import TKUnit = require("./TKUnit");
|
||||
import TKUnit = require("../TKUnit");
|
||||
import types = require("utils/types");
|
||||
|
||||
// >> virtual-array-require
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "virtual-array How-To"
|
||||
title: "virtual-array"
|
||||
description: "Examples for using virtual-array"
|
||||
previous_url: /ApiReference/data/virtual-array/HOW-TO
|
||||
---
|
||||
# Virtual Array module
|
||||
<snippet id='virtual-array-require'/>
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "fetch How-To"
|
||||
title: "fetch"
|
||||
description: "Examples for using fetch"
|
||||
previous_url: /ApiReference/fetch/HOW-TO
|
||||
---
|
||||
### Get Response from URL
|
||||
<snippet id='fetch-response'/>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "file-system How-To"
|
||||
title: "file-system"
|
||||
description: "Examples for using file-system"
|
||||
previous_url: /ApiReference/file-system/HOW-TO
|
||||
---
|
||||
# File System
|
||||
Using the file system requires the FileSystem module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "fps-meter How-To"
|
||||
title: "fps-meter"
|
||||
description: "Examples for using fps-meter"
|
||||
previous_url: /ApiReference/fps-meter/HOW-TO
|
||||
---
|
||||
# Frames-per-second meter
|
||||
Logging frames-per-second statistics for your app requires the "fps-meter" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "http How-To"
|
||||
title: "http"
|
||||
description: "Examples for using http"
|
||||
previous_url: /ApiReference/http/HOW-TO
|
||||
---
|
||||
# Http module
|
||||
Using http methods requires to load "http" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "image-source How-To"
|
||||
title: "image-source"
|
||||
description: "Examples for using image-source"
|
||||
previous_url: /ApiReference/image-source/HOW-TO
|
||||
---
|
||||
# Image source
|
||||
Using the image source requires the image-source module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "location How-To"
|
||||
title: "location"
|
||||
description: "Examples for using location"
|
||||
previous_url: /ApiReference/location/HOW-TO
|
||||
---
|
||||
# Location
|
||||
Using the location requires the Location module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "platform How-To"
|
||||
title: "platform"
|
||||
description: "Examples for using platform"
|
||||
previous_url: /ApiReference/platform/HOW-TO
|
||||
---
|
||||
# Platform
|
||||
Information about the current device and screen are defined in the platform module
|
||||
|
||||
@@ -38,9 +38,9 @@ allTests["FETCH"] = require("./fetch-tests");
|
||||
allTests["APPLICATION SETTINGS"] = require("./application-settings-tests");
|
||||
allTests["APPLICATION"] = require("./application-tests");
|
||||
allTests["IMAGE SOURCE"] = require("./image-source-tests");
|
||||
allTests["OBSERVABLE-ARRAY"] = require("./observable-array-tests");
|
||||
allTests["VIRTUAL-ARRAY"] = require("./virtual-array-tests");
|
||||
allTests["OBSERVABLE"] = require("./observable-tests");
|
||||
allTests["OBSERVABLE-ARRAY"] = require("./data/observable-array-tests");
|
||||
allTests["VIRTUAL-ARRAY"] = require("./data/virtual-array-tests");
|
||||
allTests["OBSERVABLE"] = require("./data/observable-tests");
|
||||
allTests["TIMER"] = require("./timer-tests");
|
||||
allTests["COLOR"] = require("./color-tests");
|
||||
allTests["DEPENDENCY-OBSERVABLE"] = require("./ui/dependency-observable-tests");
|
||||
@@ -62,12 +62,12 @@ allTests["WRAPLAYOUT"] = require("./ui/layouts/wrap-layout-tests");
|
||||
allTests["ABSOLUTELAYOUT"] = require("./ui/layouts/absolute-layout-tests");
|
||||
allTests["GRIDLAYOUT"] = require("./ui/layouts/grid-layout-tests");
|
||||
allTests["STACKLAYOUT"] = require("./ui/layouts/stack-layout-tests");
|
||||
allTests["STYLE-PROPERTIES"] = require("./ui/style/style-properties-tests");
|
||||
allTests["FRAME"] = require("./frame-tests");
|
||||
allTests["STYLE-PROPERTIES"] = require("./ui/styling/style-properties-tests");
|
||||
allTests["FRAME"] = require("./ui/frame/frame-tests");
|
||||
allTests["VIEW"] = require("./ui/view/view-tests");
|
||||
allTests["STYLE"] = require("./ui/style/style-tests");
|
||||
allTests["VISUAL-STATE"] = require("./ui/style/visual-state-tests");
|
||||
allTests["VALUE-SOURCE"] = require("./ui/style/value-source-tests");
|
||||
allTests["STYLE"] = require("./ui/styling/style-tests");
|
||||
allTests["VISUAL-STATE"] = require("./ui/styling/visual-state-tests");
|
||||
allTests["VALUE-SOURCE"] = require("./ui/styling/value-source-tests");
|
||||
allTests["BUTTON"] = require("./ui/button/button-tests");
|
||||
allTests["BORDER"] = require("./ui/border/border-tests");
|
||||
allTests["LABEL"] = require("./ui/label/label-tests");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "Formatted String How-To"
|
||||
title: "formatted-string"
|
||||
description: "Examples for using Formatted String"
|
||||
previous_url: /ApiReference/text/formatted-string/HOW-TO
|
||||
---
|
||||
# Formatted String
|
||||
Using a formatted string requires loading formatted-string and span module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "timer How-To"
|
||||
title: "timer"
|
||||
description: "Examples for using timer"
|
||||
previous_url: /ApiReference/timer/HOW-TO
|
||||
---
|
||||
# Timer module
|
||||
### How to require timer module
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "trace How-To"
|
||||
title: "trace"
|
||||
description: "Examples for using trace"
|
||||
previous_url: /ApiReference/trace/HOW-TO
|
||||
---
|
||||
# Trace
|
||||
Tracing information about your app requires the "trace" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "ActionBar How-To"
|
||||
title: "action-bar"
|
||||
description: "Examples for using ActionBar"
|
||||
previous_url: /ApiReference/ui/action-bar/HOW-TO
|
||||
---
|
||||
# ActionBar
|
||||
Using a ActionBar requires the action-bar module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "activity-indicator How-To"
|
||||
title: "activity-indicator"
|
||||
description: "Examples for using activity-indicator"
|
||||
previous_url: /ApiReference/ui/activity-indicator/HOW-TO
|
||||
---
|
||||
# ActivityIndicator
|
||||
Using the activity indicator requires the ActivityIndicator module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "animation How-To"
|
||||
title: "animation"
|
||||
description: "Examples for using animation"
|
||||
previous_url: /ApiReference/ui/animation/HOW-TO
|
||||
---
|
||||
# Animation
|
||||
Animating view properties requires the "ui/animation" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "Border How-To"
|
||||
title: "border"
|
||||
description: "Examples for using Border"
|
||||
previous_url: /ApiReference/ui/border/HOW-TO
|
||||
---
|
||||
# Border
|
||||
Using borders requires the "ui/border" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "button How-To"
|
||||
title: "button"
|
||||
description: "Examples for using button"
|
||||
previous_url: /ApiReference/ui/button/HOW-TO
|
||||
---
|
||||
# Button
|
||||
### Declaring button module
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "DatePicker How-To"
|
||||
title: "date-picker"
|
||||
description: "Examples for using DatePicker"
|
||||
previous_url: /ApiReference/ui/date-picker/HOW-TO
|
||||
---
|
||||
# DatePicker
|
||||
Using a DatePicker requires the "ui/date-picker" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "dialogs How-To"
|
||||
title: "dialogs"
|
||||
description: "Examples for using dialogs"
|
||||
previous_url: /ApiReference/ui/dialogs/HOW-TO
|
||||
---
|
||||
# Dialogs
|
||||
Displaying dialogs requires the "ui/dialogs" module.
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "frame How-To"
|
||||
title: "frame"
|
||||
description: "Examples for using frame"
|
||||
previous_url: /ApiReference/ui/frame/HOW-TO
|
||||
---
|
||||
# Frame
|
||||
To perform navigation, you will need a reference to the topmost frame of the application.
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "gestures How-To"
|
||||
title: "gestures"
|
||||
description: "Examples for using gestures"
|
||||
previous_url: /ApiReference/ui/gestures/HOW-TO
|
||||
---
|
||||
# Gestures
|
||||
Detecting user gestures requires the "ui/gestures" module.
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "HtmlView How-To"
|
||||
title: "html-view"
|
||||
description: "Examples for using HtmlView"
|
||||
previous_url: /ApiReference/ui/html-view/HOW-TO
|
||||
---
|
||||
# HtmlView
|
||||
Using a HtmlView requires the html-view module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "image-cache How-To"
|
||||
title: "image-cache"
|
||||
description: "Examples for using image-cache"
|
||||
previous_url: /ApiReference/ui/image-cache/HOW-TO
|
||||
---
|
||||
# ImageCache
|
||||
Using the ImageCache requires the "ui/image-cache" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "Image How-To"
|
||||
title: "image"
|
||||
description: "Examples for using Image"
|
||||
previous_url: /ApiReference/ui/image/HOW-TO
|
||||
---
|
||||
# Image
|
||||
Using an image requires the Image module to be loaded.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "Label How-To"
|
||||
title: "label"
|
||||
description: "Examples for using Label"
|
||||
previous_url: /ApiReference/ui/label/HOW-TO
|
||||
---
|
||||
# Label
|
||||
Using a label requires the Label module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "absolute-layout How-To"
|
||||
title: "absolute-layoyt"
|
||||
description: "Examples for using absolute-layout"
|
||||
previous_url: /ApiReference/ui/layouts/absolute-layout/HOW-TO
|
||||
---
|
||||
# AbsoluteLayout
|
||||
Using a AbsoluteLayout requires the AbsoluteLayout module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "dock-layout How-To"
|
||||
title: "dock-layout"
|
||||
description: "Examples for using dock-layout"
|
||||
previous_url: /ApiReference/ui/layouts/dock-layout/HOW-TO
|
||||
---
|
||||
# DockLayout
|
||||
Using a DockLayout requires the DockLayout module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "grid-layout How-To"
|
||||
title: "grid-layout"
|
||||
description: "Examples for using grid-layout"
|
||||
previous_url: /ApiReference/ui/layouts/grid-layout/HOW-TO
|
||||
---
|
||||
## GridLayout sample
|
||||
### Creating Grid Layout via code.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "stack-layout How-To"
|
||||
title: "stack-layout"
|
||||
description: "Examples for using stack-layout"
|
||||
previous_url: /ApiReference/ui/layouts/stack-layout/HOW-TO
|
||||
---
|
||||
### import StackLayout and Button classes
|
||||
var StackLayout = require("ui/layouts/stack-layout").StackLayout;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "WrapLayout How-To"
|
||||
title: "wrap-layout"
|
||||
description: "Examples for using WrapLayout"
|
||||
previous_url: /ApiReference/ui/layouts/wrap-layout/HOW-TO
|
||||
---
|
||||
# WrapLayout
|
||||
Using a WrapLayout requires the WrapLayout module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "ListPicker How-To"
|
||||
title: "list-picker"
|
||||
description: "Examples for using ListPicker"
|
||||
previous_url: /ApiReference/ui/list-picker/HOW-TO
|
||||
---
|
||||
# ListPicker
|
||||
Using a ListPicker requires the "ui/list-picker" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "list-view How-To"
|
||||
title: "list-view"
|
||||
description: "Examples for using list-view"
|
||||
previous_url: /ApiReference/ui/list-view/HOW-TO
|
||||
---
|
||||
# ListView
|
||||
Using a ListView requires the ListView module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "Page How-To"
|
||||
title: "page"
|
||||
description: "Examples for using Page"
|
||||
previous_url: /ApiReference/ui/page/HOW-TO
|
||||
---
|
||||
# Page
|
||||
Using a page requires the Page module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "placeholder How-To"
|
||||
title: "placeholder"
|
||||
description: "Examples for using placeholder"
|
||||
previous_url: /ApiReference/ui/placeholder/HOW-TO
|
||||
---
|
||||
# Placeholder
|
||||
Using the placeholder requires the Placeholder module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "progress How-To"
|
||||
title: "progress"
|
||||
description: "Examples for using progress"
|
||||
previous_url: /ApiReference/ui/progress/HOW-TO
|
||||
---
|
||||
# Progress
|
||||
Using the progress view requires the Progress module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "repeater How-To"
|
||||
title: "repeater"
|
||||
description: "Examples for using repeater"
|
||||
previous_url: /ApiReference/ui/repeater/HOW-TO
|
||||
---
|
||||
# Repeater
|
||||
Using a Repeater requires the repeater module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "scroll-view How-To"
|
||||
title: "scroll-view"
|
||||
description: "Examples for using scroll-view"
|
||||
previous_url: /ApiReference/ui/scroll-view/HOW-TO
|
||||
---
|
||||
# ScrollView
|
||||
Using a ScrollView requires the ScrollView module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "search-bar How-To"
|
||||
title: "search-bar"
|
||||
description: "Examples for using search-bar"
|
||||
previous_url: /ApiReference/ui/search-bar/HOW-TO
|
||||
---
|
||||
# SearchBar
|
||||
Using the SearchBar requires the "ui/search-bar" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "SegmentedBar How-To"
|
||||
title: "segmented-bar"
|
||||
description: "Examples for using SegmentedBar"
|
||||
previous_url: /ApiReference/ui/segmented-bar/HOW-TO
|
||||
---
|
||||
# SegmentedBar
|
||||
Using a SegmentedBar requires the "ui/segmented-bar" module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "slider How-To"
|
||||
title: "slider"
|
||||
description: "Examples for using slider"
|
||||
previous_url: /ApiReference/ui/slider/HOW-TO
|
||||
---
|
||||
# Slider
|
||||
Using a slider requires the Slider module.
|
||||
|
||||
@@ -683,7 +683,7 @@ export function test_CSS_isAppliedOnPage_From_Import() {
|
||||
|
||||
helper.buildUIAndRunTest(testButton, function (views: Array<viewModule.View>) {
|
||||
var page: pageModule.Page = <pageModule.Page>views[1];
|
||||
page.css = "@import url('~/ui/style/test.css');";
|
||||
page.css = "@import url('~/ui/styling/test.css');";
|
||||
helper.assertViewBackgroundColor(page, "#FF0000");
|
||||
});
|
||||
}
|
||||
@@ -694,7 +694,7 @@ export function test_CSS_isAppliedOnPage_From_Import_Without_Url() {
|
||||
|
||||
helper.buildUIAndRunTest(testButton, function (views: Array<viewModule.View>) {
|
||||
var page: pageModule.Page = <pageModule.Page>views[1];
|
||||
page.css = "@import '~/ui/style/test.css';";
|
||||
page.css = "@import '~/ui/styling/test.css';";
|
||||
helper.assertViewBackgroundColor(page, "#FF0000");
|
||||
});
|
||||
}
|
||||
@@ -705,7 +705,7 @@ export function test_CSS_isAppliedOnPage_From_addCssFile() {
|
||||
|
||||
helper.buildUIAndRunTest(testButton, function (views: Array<viewModule.View>) {
|
||||
var page: pageModule.Page = <pageModule.Page>views[1];
|
||||
page.addCssFile("~/ui/style/test.css");
|
||||
page.addCssFile("~/ui/styling/test.css");
|
||||
helper.assertViewBackgroundColor(page, "#FF0000");
|
||||
});
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "styling How-To"
|
||||
title: "styling"
|
||||
description: "Examples for using styling"
|
||||
previous_url: ApiReference/ui/styling/HOW-TO
|
||||
---
|
||||
# Styling
|
||||
### Setting CSS to a page
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "switch How-To"
|
||||
title: "switch"
|
||||
description: "Examples for using switch"
|
||||
previous_url: /ApiReference/ui/switch/HOW-TO
|
||||
---
|
||||
# Switch
|
||||
Using a switch requires the Switch module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "TabView How-To"
|
||||
title: "tab-view"
|
||||
description: "Examples for using TabView"
|
||||
previous_url: /ApiReference/ui/tab-view/HOW-TO
|
||||
---
|
||||
# TabView
|
||||
### Declaring the TabView in xml.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "TextField How-To"
|
||||
title: "text-field"
|
||||
description: "Examples for using TextField"
|
||||
previous_url: /ApiReference/ui/text-field/HOW-TO
|
||||
---
|
||||
# TextField
|
||||
Using a TextField requires the text-field module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "TextView How-To"
|
||||
title: "text-view"
|
||||
description: "Examples for using TextView"
|
||||
previous_url: /ApiReference/ui/text-view/HOW-TO
|
||||
---
|
||||
# TextView
|
||||
Using a TextView requires the text-view module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "TimePicker How-To"
|
||||
title: "time-picker"
|
||||
description: "Examples for using TimePicker"
|
||||
previous_url: /ApiReference/ui/time-picker/HOW-TO
|
||||
---
|
||||
# TimePicker
|
||||
Using a TimePicker requires the "ui/time-picker" module.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
nav-title: "WebView How-To"
|
||||
title: "webview"
|
||||
title: "web-view"
|
||||
description: "Examples for using WebView"
|
||||
previous_url: /ApiReference/ui/web-view/HOW-TO
|
||||
---
|
||||
# WebView
|
||||
Using a WebView requires the web-view module.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
nav-title: "xml How-To"
|
||||
title: "xml"
|
||||
description: "Examples for using xml"
|
||||
previous_url: /ApiReference/xml/HOW-TO
|
||||
---
|
||||
# Xml module
|
||||
Using xml requires the Xml module.
|
||||
|
||||
@@ -169,8 +169,8 @@
|
||||
"apps/tests/file-system-access-tests/file-system-access-tests.ts",
|
||||
"apps/tests/file-system-tests.ts",
|
||||
"apps/tests/fps-meter-tests.ts",
|
||||
"apps/tests/frame-tests.ts",
|
||||
"apps/tests/gestures-tests.ts",
|
||||
"apps/tests/ui/frame/frame-tests.ts",
|
||||
"apps/tests/ui/gestures/gestures-tests.ts",
|
||||
"apps/tests/http-tests.ts",
|
||||
"apps/tests/image-source-tests.ts",
|
||||
"apps/tests/ui/layouts/absolute-layout-tests.ts",
|
||||
@@ -187,8 +187,8 @@
|
||||
"apps/tests/navigation/custom-transition.ios.ts",
|
||||
"apps/tests/navigation/navigation-tests.ts",
|
||||
"apps/tests/navigation/transition-tests.ts",
|
||||
"apps/tests/observable-array-tests.ts",
|
||||
"apps/tests/observable-tests.ts",
|
||||
"apps/tests/data/observable-array-tests.ts",
|
||||
"apps/tests/data/observable-tests.ts",
|
||||
"apps/tests/pages/app.ts",
|
||||
"apps/tests/pages/background-test.ts",
|
||||
"apps/tests/pages/file-load-test.ts",
|
||||
@@ -286,10 +286,10 @@
|
||||
"apps/tests/ui/segmented-bar/segmented-bar-tests-native.ios.ts",
|
||||
"apps/tests/ui/segmented-bar/segmented-bar-tests.ts",
|
||||
"apps/tests/ui/slider/slider-tests.ts",
|
||||
"apps/tests/ui/style/style-properties-tests.ts",
|
||||
"apps/tests/ui/style/style-tests.ts",
|
||||
"apps/tests/ui/style/value-source-tests.ts",
|
||||
"apps/tests/ui/style/visual-state-tests.ts",
|
||||
"apps/tests/ui/styling/style-properties-tests.ts",
|
||||
"apps/tests/ui/styling/style-tests.ts",
|
||||
"apps/tests/ui/styling/value-source-tests.ts",
|
||||
"apps/tests/ui/styling/visual-state-tests.ts",
|
||||
"apps/tests/ui/switch/switch-tests.ts",
|
||||
"apps/tests/ui/tab-view/tab-view-navigation-tests.ts",
|
||||
"apps/tests/ui/tab-view/tab-view-tests-native.android.ts",
|
||||
@@ -321,7 +321,7 @@
|
||||
"apps/tests/ui/view/view-tests.d.ts",
|
||||
"apps/tests/ui/view/view-tests.ios.ts",
|
||||
"apps/tests/ui/web-view/web-view-tests.ts",
|
||||
"apps/tests/virtual-array-tests.ts",
|
||||
"apps/tests/data/virtual-array-tests.ts",
|
||||
"apps/tests/weak-event-listener-tests.ts",
|
||||
"apps/tests/xhr-tests.ts",
|
||||
"apps/tests/xml-declaration/app.ts",
|
||||
|
||||
Reference in New Issue
Block a user