|
|
I am creating this form in .xml file:~
<form name="Shortcuts" type="single" > <field name="findevent" widget-style="buttontext"> <hyperlink also-hidden="false" description="Find Events/Tasks" target="Events"></hyperlink> </field> <field name="createnewevent" widget-style="buttontext"> <hyperlink also-hidden="false" description="Create New Event" target="EditEvent"></hyperlink> </field> <field name="createnewtask" widget-style="buttontext"> <hyperlink also-hidden="false" description="Create New Task" target="EditTask"></hyperlink> </field> <field name="logcall" widget-style="buttontext"> <hyperlink also-hidden="false" description="Log Call" target="logCall"></hyperlink> </field> <field name="logemail" widget-style="buttontext" title="LogEmail"> <hyperlink also-hidden="false" description="Log Email" target="logEmail"></hyperlink> </field> </form>
But the button and name both shows in the view, how would i rectify them??? pls help
|