# XWUIHrFieldTrackingPage

Field-staff tracking HR shell page (extends `HrPageBase` → `XWUIShellPage`), currently a placeholder scaffold for the field-tracking feature. After the base shell sets up, it appends a single `xwui-hr-page-note` paragraph reading "Field Tracking" into the content area; no `hrApi` data is fetched yet. The title is "Field Tracking"; construct it with page `title`/`description` data and a `conf_comp` carrying `hrApiOptions` (e.g. `{ env: 'sandbox' }`) and `locale`.

## Basic Usage

Mounts the "Field Tracking" shell page against the sandbox HR API and renders its placeholder "Field Tracking" note inside the page content area.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Mounts XWUIHrFieldTrackingPage with a "Field Tracking" title and the sandbox hrApi, rendering the page shell with its placeholder field-tracking note.
```

## Arabic locale (RTL)

Passes `{ locale: 'ar' }` with a `titleAr` so the page resolves the Arabic title (`التتبع الميداني`) and renders right-to-left.

```example
file: examples/ArabicLocale.ts
html: examples/ArabicLocale.html
title: Arabic locale (RTL)
description: Arabic title via titleAr plus locale 'ar' for a right-to-left page.
```

## Constrained, centered layout

Caps the content column at 1200px, centers it, and adds roomier padding via the shell-page config.

```example
file: examples/ConstrainedLayout.ts
html: examples/ConstrainedLayout.html
title: Constrained, centered layout
description: `{ maxWidth: '1200px', centered: true, padding: '2rem' }` constrains and centers the page column.
```

```api
```
