Showcase

0 comments0 views
1 Star2 Stars

Modern Combo Box

Category: Learn Flex, flex tutorials    |    9 views    |    Add a Comment

HTML doesn’t provide all the possible form fields, some we have to add ourselves with JavaScript.

The combo box is one form field that HTML does not provide (although from the…

Share/Save/Bookmark

 

window.document

Category: Learn Flex, flex tutorials    |    5 views    |    Add a Comment

The Document Object Model is attached to window.document and some of the Browser Object Model is too.

In this fourth tutorial on the Browser Object Model we look at the more…

Share/Save/Bookmark

 

Repetitions

Category: Learn Flex, flex tutorials    |    3 views    |    Add a Comment

Regular Expressions make JavaScript comparisons easier

The eighth tutorial on Regular Expressions looks at how to test for multiple repetitions of the same character (or class of character).

Repetitions…

Share/Save/Bookmark