【问题标题】:How to add the anchoring for the apex interactive grid column link builder如何为顶点交互式网格列链​​接构建器添加锚定
【发布时间】:2021-04-20 19:57:17
【问题描述】:

我想单击 APEX 交互式网格中的列。它应该进入同一页面中的经典报告。我在 Link Builder - Target 中给出了锚值。但它会转到页面顶部,而不是经典报告区域。如何给交互式网格的锚点?

谁能提供解决办法

【问题讨论】:

    标签: oracle oracle-apex-19.2


    【解决方案1】:

    您可以为特定区域使用设置焦点。

    var region = apex.region( "myRegion" );
    region.focus();
    
    or 
    <body onLoad="javascript:setFocus('P4_USERNAME');">
    or
    

    您可以使用 set Focus 动态操作来为 item/tegion 等设置焦点。

    【讨论】:

    • 我使用了 region.Focus()。它工作正常。感谢您的回答。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-09-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多