Skip to content

Commit f502edc

Browse files
Stephan Waldclaude
andcommitted
Add sample code section to README
Document the samples/ directory structure with BBj source files for hands-on exercises accompanying each chapter. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3bf4b91 commit f502edc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@ A comprehensive 12-chapter training curriculum for BBj 24.02+ Dynamic Web Client
1919
11. **Advanced Responsive Design** - Media queries and CSS transitions
2020
12. **Deployment** - Production deployment strategies
2121

22+
## Sample Code
23+
24+
The `samples/` directory contains BBj source files and supporting assets for hands-on exercises:
25+
26+
| Directory | Topic |
27+
|-----------|-------|
28+
| `01_GUI2BUI2DWC/` | GUI to DWC migration examples |
29+
| `02_CSSStylesAndCustomProperties/` | CSS styling and custom properties |
30+
| `03B_ArcFiles/` | ARC file configuration |
31+
| `03C_Grid2GridEx/` | Grid to GridEx migration |
32+
| `04_ExtendedAttributes/` | Extended control attributes |
33+
| `05_CssLayouts/` | Flexbox and Grid layout examples |
34+
| `06_IconPools/` | Icon pool usage |
35+
| `07_ControlValiation/` | Input validation patterns |
36+
| `08_BrowserConstraints/` | Browser constraint handling |
37+
| `09_EmbeddingOtherComponents/` | Embedding web components |
38+
2239
## Prerequisites
2340

2441
- BBj 24.02 or later

0 commit comments

Comments
 (0)