0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

lwc中js打开一个新的lightningpage

0
Posted at

let SW = screen.availWidth;
let SH = screen.availHeight;
let SX = (SW - 1000)/2;
let SY = (SH - 1000)/2;
let W = 800;
let H = 750;
let win = window.open('你的domain或者community的前缀'+target+'?object='+你的object名,'OpenWin','left='+SX+',top='+SY+',Width='+W+',height='+H+',resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no');

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?