You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/web-parts/get-started/add-jqueryui-accordion-to-web-part.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,9 @@ When prompted:
53
53
54
54
The next set of prompts will ask for specific information about your web part:
55
55
56
-
* Type **jQuery** for the web part name and choose **Enter**.
57
-
* Enter **jQuery Web Part** as the description of the web part and choose **Enter**.
58
56
* Accept the default No **javascript web framework** option for the framework and choose **Enter** to continue.
59
-
* At the next prompt, choose **Enter** to continue. Do not select any libraries to add.
57
+
* Type **jQuery** for the web part name and choose **Enter**.
58
+
* Enter **jQuery Web Part** as the description of the web part and choose **Enter**.
60
59
61
60
At this point, Yeoman will install the required dependencies and scaffold the solution files. This might take a few minutes. Yeoman will scaffold the project to include your **jQueryWebPart** web part as well.
Copy file name to clipboardExpand all lines: docs/spfx/web-parts/get-started/build-a-hello-world-web-part.md
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ When prompted:
44
44
45
45
The next set of prompts will ask for specific information about your web part:
46
46
47
+
* Accept the default **No javascript web framework** as the framework you would like to use and choose **Enter**.
47
48
* Accept the default **HelloWorld** as your web part name and choose **Enter**.
48
49
* Accept the default **HelloWorld description** as your web part description and choose **Enter**.
49
-
* Accept the default **No javascript web framework** as the framework you would like to use and choose **Enter**.
50
50
51
51

52
52
@@ -163,27 +163,27 @@ This property definition is used to define custom property types for your web pa
163
163
The DOM element where the web part should be rendered is available in the **render** method. This method is used to render the web part inside that DOM element. In the **HelloWorld** web part, the DOM element is set to a DIV. The method parameters include the display mode (either Read or Edit) and the configured web part properties if any:
Copy file name to clipboardExpand all lines: docs/spfx/web-parts/get-started/use-fabric-react-components.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ When prompted:
39
39
40
40
* Accept the default **documentcardexample-webpart** as your solution name and choose **Enter**.
41
41
* Select **Use the current folder** as the ___location for the files.
42
+
* Select **React** as the framework and choose **Enter**.
42
43
* Use **DocumentCardExample** for your web part name and choose **Enter**.
43
44
* Accept the default **DocumentCardExample description** and choose **Enter**.
44
-
* Select **React** as the framework and choose **Enter**.
45
45
46
46
At this point, Yeoman will install the required dependencies and scaffold the solution files. This might take a few minutes. Yeoman will scaffold the project to include your DocumentCardExample web part as well.
0 commit comments