Re: accesskey problem
Aarno Syvänen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Wiral Ltd |
| Message-ID | <[email protected]> |
[email protected] wrote: > > > Perhaps you can help yourself ? Wml_definitions.h attributes and their > > token > > representation. You can add new ones here, and perhaps provide the patch > >to the > > list. > > i already tried this but it did not work since I dont know the exact syntax > of the parameters. > Tables at gw/wml_definitions.h confirm as close as possible tokenization tables defined by Wapforum. If these tables define both attribute name and value, both of them are in the table, followed by the representative token. If only name is defined (meaning that the value is an undefined string), the value is NULL., meaning that the tokenizer will add the string here. Aarno