javascript 连接到动态页面/数据库的Wix代码下拉菜单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 连接到动态页面/数据库的Wix代码下拉菜单相关的知识,希望对你有一定的参考价值。

// For full API documentation, including code examples, visit http://wix.to/94BuAAs

import wixLocation from 'wix-location';
// the above line must be at the top of your code

$w.onReady(function () {
	//TODO: write your page related code here...
});

export function dropdown1_change(event, $w) {
	//Add your code for this event here: 
	
	$w("#dataset1").setCurrentItemIndex(event.target.selectedIndex)
		.then( () => {
			var s=$w("#dataset1").getCurrentItem().title;
			do {
				var index;
			    s = s.replace(' ', '-');
				} while((index = s.indexOf(' ', index + 1)) > -1);
			$w('#text35').text = 'redirecting to: /Pages/'+s;
			wixLocation.to('/Pages/'+s);
			//$w("#dataset1").getCurrentItem().linkPagestitle);
		} );
}

// source: https://www.wix.com/code/home/forum/community-discussion/dropdown-box-url-button-linked-database

以上是关于javascript 连接到动态页面/数据库的Wix代码下拉菜单的主要内容,如果未能解决你的问题,请参考以下文章

无法从 NodeMCU 板连接到 Wi-Fi 网络

Wi-fi无法连接到Android Studio模拟器

通过 Wi-Fi 使用 TCP 将 Android 应用程序连接到 IoT 设备

我无法通过 WIFI 连接到 WI-FI DIRECT 制作的接入点

在连接到 IPv6 网络的 Wi-Fi 上运行 iOS 10.0

在 Wi-Fi 直连中一起连接到 P2P 组