public void wdDoInit()
{
//@@ begin wdDoInit()
wdContext.currentPersonElement().setFirstName("Lars");
wdContext.currentPersonElement().setLastName("Vogel");
//@@ end
}
// person is a context defined in the component.
public void wdDoInit()
{
//@@ begin wdDoInit()
wdContext.currentPersonElement().setFirstName("Lars");
wdContext.currentPersonElement().setLastName("Vogel");
//@@ end
}
// person is a context defined in the component.

被折叠的 条评论
为什么被折叠?