Tag:Dialog box
-
Time:2021-4-22
In this series of articles, I’ll show you how to use the ckeditor editor in spring boot application. The content includes the basic environment construction, file upload, spring data JPA data persistence, ckeditor5 installation, ckeditor image upload, ckeditor insert video, get / set ckeditor content, etc. Project source code The source code of this series […]
-
Time:2021-4-16
When I was young and ignorant, I volunteered to choose a major that summer. My parents heard other elders say it’s good to choose a computer major. Since then, I have a deep brand of the Institute. From dormitory to computer room, from computer room to library, C, C + +, Java As long as […]
-
Time:2021-4-15
Frankly speaking, I don’t use alertdialog much in my work, because the style of alertdialog is relatively fixed and inflexible. In order to match the overall design of the app, I usually use a custom dialog, only when the requirements are not high. But as one of the basic controls of Android, it is necessary […]
-
Time:2021-3-26
Click to get Tools > >Kendo UI currently provides Kendo UI for jQuery, Kendo UI for angular, Kendo UI support for react and kendo UI support for Vue. Kendo UI for jQuery is the most complete UI library for creating modern web applications. Add custom delete confirmation dialog box The following example shows how to […]
-
Time:2021-3-20
Hello, I’m Sean!Recently, based on MFC to do a small software, here to record some knowledge of MFC. Create an application based on dialog box The key steps are shown in the above screenshot. Click next to finish. On the use of MFC interface control You can find dialog, menu, icon and other files through […]
-
Time:2021-3-8
1. Account preparation First of all, we need to have a iFLYTEK account to prepare for the application for appid, appkey and other things. By the way: iFLYTEK has different authentication types of users The number of times the SDK is used varies, as shown in the figure below. After the account application is […]
-
Time:2021-3-5
This article will introduce the common methodsAlertDialog ApiAnd its common useAlertDialog Examples Common API common method Method definition Method statement setIcon(int iconId) Set the icon for the dialog box setCancelable(boolean cancelable) Set whether the dialog box can be cancelled setTitle(CharSequence title) Set the title of the dialog box setMessage(CharSequence message) Set the main content of […]
-
Time:2021-2-23
catalog 1、 Common shortcut keys: 2: Shortcut keys in Internet Explorer 3、 Windows key 4、 Use my computer and windows explorer shortcuts 5、 Using the shortcut keys in the dialog box 6、 Use the desktop, my computer, and windows explorer shortcuts 7、 Shortcut keys for Microsoft Magnifier 8、 Using accessibility shortcuts I seldom use shortcut […]
-
Time:2021-2-17
The error encountered in using elementui has been found on the Internet for a long time, but the solution is useless, and the official documents are not detailed enough. scene When the dialog box is closed or cancelled, you need to reset the form, but the Vue compilation fails. It is said on the Internet […]
-
Time:2021-2-17
Welcome WeChat search official account [java version web project] to obtain resources: java learning video / design mode notes / algorithm manual /java project preface When I was young and ignorant, I volunteered to choose a major that summer. My parents heard other elders say it’s good to choose a computer major. Since then, I […]
-
Time:2021-1-29
Set chrome to boot and full screen display After power on, open the dash menu at the top of the left panel of the desktop openStartup Application Preferences, click the Add button and follow the prompts to add a startup item google-chrome-stable –kiosk –noerrdialogs –start-fullscreen http://www.baidu.com //– kiosk: absolutely full screen, pressing F11 will not exit the full screen […]
-
Time:2021-1-26
Modal dialog refers to the window where users can only interact with the current dialog, such as message dialog and user waiting window. Of course, this is not a fixed use. Windows form has provided the method of ShowDialog () to realize modal dialog. But the interface effect is a little single, so this article […]