关于HTML客户端中的查询 [英] Regarding Query in HTML Client

查看:98
本文介绍了关于HTML客户端中的查询的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有自己的查询.跟随贝丝在视频中告诉我们的所有内容.一切都很好,除了小东西.为什么我不能使用空格键.例如,我想输入她的名字:FE ALEXIS,输入E后我将无法使用空格键 移动.

I have make my own query. Followed everything what Beth told us on her video. everything is fine except for small thing.Why cant I used the space bar. For example I want to Type her Name : FE ALEXIS, i can't use the space bar after typing the the E it wont move.

推荐答案

Hi FilipinoMamba,

Hi FilipinoMamba,

您指的是哪个博客?

在某些情况下,我们无法在文本框中输入空格.

In some situations, we cannot enter a space into a textbox. 

您可以在下面尝试代码段,也可以添加ENTER和SPACE.

You might try code snippet below, you could add ENTER as well as SPACE.

function handleTableControlKeyDown(element) {


(element).keydown(function(e){ 如果(例如===
(element).keydown(function (e) { if (e.which ===


.mobile.keyCode.SPACE){ e.stopPropagation(); } }); } myapp.BrowseCategories.CategoryName_postRender = handleTableControlKeyDown;
.mobile.keyCode.SPACE) { e.stopPropagation(); } }); } myapp.BrowseCategories.CategoryName_postRender = handleTableControlKeyDown;

 

此致

 

Regards,

Angie


这篇关于关于HTML客户端中的查询的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆