Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个页面,从用户那里收集一些信息,然后在用户单击按钮时修改数据库。如果用户在没有单击按钮的情况下离开页面,我不想修改任何内容。
如何在无需手动将自己的按钮放入内容区域的情况下执行此操作?
从页面的 LoadData 调用 EwfUiStatics.SetContentFootActions。这将导致在页面的右下角显示一个大按钮。如果用户单击它,您传递给该方法的数据修改将被执行。