mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-15 16:11:24 +00:00
30 lines
322 B
Text
30 lines
322 B
Text
|
MessageConditional: GSWConditional
|
||
|
{
|
||
|
condition=isErrorMessage;
|
||
|
};
|
||
|
|
||
|
ErrorMessage: GSWString
|
||
|
{
|
||
|
value= tmpErrorMessage;
|
||
|
};
|
||
|
|
||
|
Form: GSWForm
|
||
|
{
|
||
|
};
|
||
|
|
||
|
Content: GSWComponentContent
|
||
|
{
|
||
|
};
|
||
|
|
||
|
Submit: GSWSubmitButton
|
||
|
{
|
||
|
action = sendAction;
|
||
|
value = ^submitButtonTitle;
|
||
|
}
|
||
|
|
||
|
Reset: GSWResetButton
|
||
|
{
|
||
|
value = ^resetButtonTitle;
|
||
|
}
|
||
|
|