Skip to content

Commit 57d7387

Browse files
committed
Rejigged name of file containing old Axway blog article
1 parent fbc7664 commit 57d7387

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ exports.createCheckBox = function (args) {
253253
```
254254
That's it! By updating my `view.xml` to the following:
255255
```
256-
<CheckBox module="checkbox" id="termsAccepted" onCaptionClick="doShowTerms" underline="true" caption="I agree to the terms of use" />
256+
<CheckBox module="checkbox" id="termsAccepted" onCaptionClick="doShowTerms" underline="true" caption="I agree to the terms of use" />
257257
```
258258
I can show a cross-platform CheckBox on iOS and Android, the user can click the terms and conditions text and I can respond to that click, and when they click the box it will update the `checked` property.
259259

@@ -270,6 +270,4 @@ So with a single file (or collection of files for different tags) you can write
270270
Also worth mentioning you can invoke this control without using Alloy and in a normal JavaScript file — just use:
271271
```
272272
var checkbox = require("checkbox").createCheckBox(args);
273-
```
274-
Have you created any custom tags or customised tags or created widgets for UI controls? Point us to some of your examples and you could feature in our “Featured Modules and Widgets” blog posts.
275-
* [Back to Axway Blogs](/guide/Alloy_Framework/Alloy_How-tos/Axway_Blogs/)
273+
```

docs/guide/Alloy_Framework/Alloy_How-tos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ This chapter has several sections dedicated to how-to instructions for Alloy.
1515

1616
* [Alloy Samples](/guide/Alloy_Framework/Alloy_How-tos/Alloy_Samples/)
1717

18-
* [Axway Blogs](/guide/Alloy_Framework/Alloy_How-tos/Axway_Blogs/)
18+
* [Titanium SDK Tutorials](/guide/Alloy_Framework/Alloy_How-tos/Titanium_SDK_Tutorials/)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Axway Blogs
2+
title: Titanium SDK Tutorials
33
weight: '40'
44
---
55

6-
# Axway Blogs
6+
# Titanium SDK Tutorials
77

88
This is a copy of various blog articles originally posted by Axway and reproduced here so they remain available to the Titanium community.
99

10-
* [Creating Custom Tags in Titanium with Alloy](/guide/Alloy_Framework/Alloy_How-tos/Axway_Blogs/Creating_Custom_Tags_in_Titanium_with_Alloy/)
10+
* [Creating Custom Tags in Titanium with Alloy](/guide/Alloy_Framework/Alloy_How-tos/Creating_Custom_Tags_in_Titanium_with_Alloy/)
1111

1212

0 commit comments

Comments
 (0)