2007/11/1, Mike Schrag <[EMAIL PROTECTED]>:
The WOOGNL framework is included in the project and my main application constructor looks like this:
I think all of the shortcuts you listed are registered by default in Wonder, btw ...

Where can I find the complete list of all the shortcuts?
Only in source:
WOHelperFunctionHTMLTemplateParser.registerTagShortcut("WOString", "string"); WOHelperFunctionHTMLTemplateParser.registerTagShortcut("WOString", "str"); WOHelperFunctionHTMLTemplateParser.registerTagShortcut("ERXElse", "else"); WOHelperFunctionHTMLTemplateParser .registerTagShortcut("WOConditional", "if"); WOHelperFunctionHTMLTemplateParser .registerTagShortcut("WOConditional", "condition"); WOHelperFunctionHTMLTemplateParser .registerTagShortcut("WOConditional", "conditional"); WOHelperFunctionHTMLTemplateParser.registerTagShortcut("WOHyperlink", "link"); WOHelperFunctionHTMLTemplateParser.registerTagShortcut("WORepetition", "loop"); WOHelperFunctionHTMLTemplateParser.registerTagShortcut("WOTextField", "textfield"); WOHelperFunctionHTMLTemplateParser.registerTagShortcut("WOCheckBox", "checkbox"); WOHelperFunctionHTMLTemplateParser .registerTagShortcut("WOHiddenField", "hidden"); WOHelperFunctionHTMLTemplateParser .registerTagShortcut("WOPopUpButton", "select"); WOHelperFunctionHTMLTemplateParser .registerTagShortcut("WORadioButton", "radio"); WOHelperFunctionHTMLTemplateParser .registerTagShortcut("WOPasswordField", "password"); WOHelperFunctionHTMLTemplateParser.registerTagShortcut("WOFileUpload", "upload"); WOHelperFunctionHTMLTemplateParser.registerTagShortcut("WOText", "text"); WOHelperFunctionHTMLTemplateParser.registerTagShortcut("WOForm", "form"); WOHelperFunctionHTMLTemplateParser .registerTagShortcut("WOSubmitButton", "submit"); WOHelperFunctionHTMLTemplateParser .registerTagShortcut("ERXLocalizedString", "localized");

ms
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to