Blazor close window. <DxButton RenderStyle="ButtonRenderStyle.
Blazor close window. Write("<script>window.
Blazor close window Multiple Windows Library that wraps WinBox. Until the user presses the confirm or cancel button, the calling code must wait for an action. async Task ImageClickHandler() { //open new window await JSRuntime. FromSeconds(300); options. you can define close method and call it inside of click command: public void Close() { ModalDisplay = "none"; ModalClass = ""; ShowBackdrop = false; StateHasChanged(); } and click command is as below: Mar 23, 2023 · It seems that changing the isModalVisible to false closes the window modal successfully. CircuitHandlerService. Apr 7, 2020 · instead of allowing my users to close a modal dialog by selecting the close [x] box in the windows title bar (just beside the min max buttons), i would like them to click on my form specific Cancel button. I'm having a problem always when I'm trying to close a window through the window. Perhaps my authentication setup is entirely wrong, although lot of Blazor WASM tutorials online seem to have their auth system set up this way. Feb 23, 2021 · Debug in non-local scenarios (for example, Windows Subsystem for Linux (WSL) or Visual Studio Codespaces). But I want to change the way this works, what I thought I'd add to open the page when I click on the button and close when I click on the other one. And I don't want to use a Cancel button. To do that, extend the CircuitHandler class and register it using DI. Quit() will do nothing more than close the Window of the instance it was called from. There are a couple of options here: Use the VisibleChanged event; Use the action click event and add visibility changing logic in its code as it is now a custom action Sep 18, 2020 · Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch. As example - Syncfusion. $("#window"). Use the event argument’s CloseReason property to identify which action closes the Popup. Dec 7, 2021 · Ive created a small application from the MAUI Blazor app template in MAUI preview 10 and have it targeted and running on windows. I guess component disposal is one of those scenarios even though it is not mentioned. Apr 18, 2023 · I'm creating a web application in blazor server, the user should be able to close the browser by pressing a button. Xamarin UI Kit Enhance the end-user experience with UI patterns. The Window can be modal and prevent interacting with the rest of the page until it closes. The component updates this property when a user closes the Window. Action Parameters. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest time possible. Is it possible to do it without JavaScript? if yes how can we do it by using C# Feb 3, 2022 · Hi all, You are on the right path. Write("<script>window. Apr 25, 2022 · There is not necessary to create your own popup logic from scratch - many libraries with components available in NuGet Package Manager. IsEssential = true; options. Closed - Fires after the Window is closed. Defines if the window should close when the user clicks or taps on the modal overlay click. Window in the Action’s SimpleAction. Handle the Closed event to process close actions. Open a Window from another component Nov 12, 2024 · Create a Windows Forms Blazor project. Windows management and rendering processes were inspired by MudBlazor dialogs. Automatically rebuild the backend Server app of a hosted Blazor WebAssembly solution during debugging, for example by running the app with dotnet watch run. To make a modal window, set its Modal property to true. You can use the VisibleChanged event to get notifications when the user tries to close the window. Apr 26, 2023 · I have a blazor webassembly component for a modal pop-up. The Blazor Window is a highly flexible component that lends itself to rich customization with its various configuration options: Jun 10, 2021 · I am trying to use a Window component as a dialog with awaiting the result of an action. Aug 15, 2021 · My solution hooks into the browser window beforeunload event, and uses a Guid to track SPA sessions. NET Core hosted. onclick" and "!event. Sounds like it is not supported by the "builder". How do I go about changing the isVisible property on the page that contains the window? Apr 15, 2022 · Whether using WPF, ASP. window = window; } //to close the window public void CloseWindow() { window. When User Closes Window Apr 23, 2013 · private YourWindow window;//so we can kill the window //In your constructor public YourWindowViewModel(YourWindow window) { this. Is there a way for this? Read more about the Blazor Window dragging option Modal. For adding new data the title is "Add New Record". , if you make the window bigger, new items should be loaded/rendered). In the following example, open a new browser window and close it using the window. Users can click this button or press Escape to close the window. Can I achieve the same with a blazor app. You can get a reference to the component hosting the Window and use that to toggle the field that is bound to the Visible parameter of the window. Launch Visual Studio. OnBeforeInternalNavigation on the other hand is a function that will be executed before you navigate internally within your app (as the name suggests). and exitmessage a simple string with the results of the purchase. Feb 19, 2021 · I'm trying to close the browser window from a Blazor Server page. e. To properly end an application you will need to first close any non primary windows spawned, and then Quit the primary or close its The Window for Blazor can be modal so that the user is unable to interact with the rest of the page until it closes. As a result, the component is never treated as really closed and user actions such as pressing the Esc key or clicking the overlay of a modal Window will not close the Window as no Close command is actually defined. Feb 7, 2022 · Maui supports multi windows on WinUI, Android, MacCatalyst, and possibly Tizen, but not iOS. You can also customize the Window element's content and appearance. The component is in the WindowContent section of the Window component. Popup Authentication Window In Maui Blazor. Dismiss alert Read more in Telerik UI for Blazor complete API reference documentation. Oct 19, 2022 · Ok. I about to close the maui app, using on blazor Application. Popups. I would like the button to close the application, to bring up the message "Are you sure you want to close the application?". Jul 13, 2020 · ##Getting notified when the user close the dialog. I tried to rewrite this function in Blazor Server in _Host. I want my Blazor Server App to Logout the user when he hasn't pressed the Logout button. In the following example, the custom “OK“ button sends a close callback. I have my markup code in Index. You can use the VisibleChanged event to get notifications when the user tries to close the window, or the StateChanged even when the user tries to minimize, maximize or restore the window. It involves the use of IJSRuntime to call a javasc Aug 26, 2020 · I am learning Blazor from a WinForms background. Mar 30, 2012 · I am thinking the best implementation for this would be a browserWatcher service which basically fires events that other components can listen to (i. Handle the Closed event to perform actions after the window is closed. browser-open, browser-close, broswer-load, browser-unload etc. DialogService. Secondary" Click="() => WindowVisible = !WindowVisible">SHOW A WINDOW</DxButton> <DxWindow @bind-Visible=WindowVisible HeaderText="Header" BodyText="Lorem ipsum dolor sit amet, consectetur adipiscing Jun 21, 2024 · note: the display should be done via Blazor code, not the bootstrap. The next step is to be notified when the dialog has been closed. Mar 1, 2022 · I was trying to find a way to close a bootstrap modal from a C# method inside a blazor webassembly component. It can also be closed by clicking outside of the dialog using Visible property. razor and behind code in Index. I use the button as follows: Dec 3, 2023 · Close Drawer window with button Good afternoon list I am using the Drawer control to be able to insert/modify the data of a DTO and then with a button I save them in the db. May 12, 2021 · Hello Lawrence, The VisibleChanged event fires only when the user closes the window from the built-in close command. Jul 29, 2024 · Window. matches('class')", and what can Blazor offer? Is it possible to implement it short and concisely, like in JS? Or is it useless? Aug 28, 2022 · I have a Blazor web Assembly that runs on windows and the Web I want to log out the user when the Windows/Tab closes. I have problem, it still closes only one opened tab. MaxValue; }); Nov 13, 2012 · Basically you already know how to close the window - you need to do it with the close method of its API. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for Blazor or ThemeBuilder. Dismiss alert Jan 13, 2023 · Window Size, Resize Capabilities. Show(); But for MAUI window, I cant find the show option. Closing - Fires before the Window is closed and allows you to cancel this action. HttpOnly = true; options. Changing the Visible field in the view-model will hide that window without raising the event - changing values in the view-model never raises events because that can cause an endless loop. Change this property value in code to show or hide the Window. in my online search, i found something like this: the accepted answer to that issue in the above link was this: I found this to be a good solution $("#myDialogID"). Thanks in advance. Also calls back to a different C# handler which persists the scroll position whenever it changes (so that if the user opens the app in future, we can restore the last-seen scroll position). The CloseCallback is called from any template. Reload to refresh your session. You switched accounts on another tab or window. Add a Singleton Service and register it. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for Blazor or Feb 2, 2022 · Im Working on a Blazor Server Side app with Identity, and i want to end session when user close Tab / Browser, i try using the following. Gets or sets the close icon Remarks. target. It is possible for users to close a modal Window by clicking on the modal background around it. The opened razor page must open inside the main window. InvokeAsync<WindowDimension>("getWindowDimensions"); WindowWidth = dimension. . Any suggestions or assistance with this issue would be great. Jul 9, 2024 · You signed in with another tab or window. I think you could design the app to be a PWA, and then when "installed" it will open in its own app-like window that can be fully closed. The target browser will be Ivanti Velocity Nov 29, 2021 · It's a little duplicated Event for click outside a div or element to close it on Blazor, but no right answers. Nov 26, 2018 · Blazor live cycle don't have any method ready to be called OnExit. Use the above sample as a comparison. In the Start Window, select Create a new project: In the Create a new project dialog, filter the Project type dropdown to Desktop. I however wish to set the title of the application which I imagined Nov 16, 2023 · Blazor can only close a window with JavaScript if there's no window history, because JavaScript doesn't open windows when you're clicking on links to get to a particular page, and because of security precautions. Using the close event you can be notified when the dialog has been closed. To show or close the Popup in code, implement two-way binding for the Visible property. <DxButton RenderStyle="ButtonRenderStyle. close();</script>") How would I d Close a browser window from a page in Blazor WebAssembly using JavaScript Interop with the window. Oct 17, 2022 · I am working on an application written in MAUI Blazor. There are multiple ways to close a dialog: Pressing escape, Calling dialog. I open Dialog with this code. razor] Handle the Closing event to process close actions. 3 Jan 2024 1 minute to read. services. Features Window Content and Appearance. You can set the Cancel property to true to cancel a close action. cs pu Our Blazor Popup component allows you to display a modal window that overlays the current view. Close(); } I don't see anything wrong with the answer you chose, I just thought this might be a more simple way to do it! The Window supports predefined actions - Maximize, Minimize and Close - as well as custom ones. Please run and test the REPL to see if the result you get is the same. Mar 8, 2024 · Within my maui blazor hybrid project I can open a new window of this application. Write("<script>window. I want to close my popup by clicking next to the popup. close() function inside an href attribute on Stack Overflow. Press the Tab key or Shift+Tab to move focus to the next or previous focusable element inside window and press the Esc key to close the Blazor Window does not support static render mode. You can set the Cancel property to true to cancel the close action. Implement two-way binding for the Visible property. As a method of the Window class, it returns false. The window. I use this methods: <TelerikButton OnClick="@OpenTabC" Primary="true">Open Tab C</TelerikButton> Jan 12, 2024 · VisibleChanged does not fire when clicking on the button inside the Window content, because the button closes the Window programmatically. Add a Popup to a Project. js in Blazor Components. Dec 30, 2021 · To open the window we need just 2 lines of code: the first line initializes a new window with a Page inside, and the second line just opens the window: Closing the window is even simpler - we need just 1 line of code. Jan 31, 2020 · For a non-modal window, this is much much easier, just add this to the page instead of the whole JS Interop drama - the key thing is to have the z-index lower than the window's but higher than some other elements/popups on the page: Jun 15, 2021 · How can I set the title on the Popup window that appears when we use GridEditMode. 0(20). Run Demo: Popup - Overview Watch Video: Blazor Popup - Getting Started. cshtml as The Window component exposes several events to let you easily handle user action and control the application logic of the Blazor app. The property returns one of the WindowCloseReason enumeration values. razor. Feb 11, 2021 · Response. The system reserves the upper-left or upper-right corner of the app window for the system caption buttons (minimize, maximize/restore, close). The original window need to go back (History-1) Oct 10, 2023 · Hi Team, Greetings of the day !! Can anyone help me to find a way to show an Unsaved Change alert during Browser/Tab closing using Dialog Service. The event argument’s CloseReason property identifies which action closes the Window. Use Only the Text and ThemeColor Properties; Pass a NotificationModel to the Method; Close and Hide This Blazor Window Position example is part of a unique collection of hundreds of Blazor demos, with which you can see all Telerik UI for Blazor components and their features in action. Blazor. When used in an Alert or a Modal the component will be closed automatically. Refer to the following topic for more information: DxWindow - Content and Appearance. The Window is closed in a custom way (the CloseCallback is called from any Aug 2, 2021 · I've looked through the documentation for the window component and although their are keyboard shortcuts such as "ESC" to close the window I couldn't find any events for closing the window based on lose of focus. In Winforms I used to create a new form perhaps on a click of a button to display some info or a map then drag it to a second monitor. tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2. Handle the Closed event to process close The suggested implementations are based on hiding the Window and preserving its content in the DOM. g. close(); But in order to attach the handler to the button inside of the view you need to wait until the content is loaded - you need to use the refresh event. Use the HeaderText and BodyText properties to specify text displayed in the header and body. Open and close a You signed in with another tab or window. Popup? For editing existing data, the title is "Edit". You can effectively cancel the event by not propagating the new visibility state to the variable the Visible property is bound to. Use these events to respond to user actions. The < CloseButton > is a simple button that highlights to the user that a part of the current UI can be dismissed such as an Alert or a Modal. close () method with a button onclick event. Up to here everything works. In the UWP project I opened a browser window from May 25, 2016 · Learn how to use the window. Enable interactivity to use the component in your application. The DevExpress Popup for Blazor allows you to show a modal pop-up window. By default, dialog can be closed by pressing Esc key and clicking the close icon at the right of dialog header. This Blazor Window Keyboard Navigation example is part of a unique collection of hundreds of Blazor demos, with which you can see all Telerik UI for Blazor components and their features in action. Refer to the following topic for more details: Enable Interactive Render Mode. You can also force the Window to adapt width/height to its content (auto). Is it possible and what is the best way to do it? I already tried using IJSRuntime and close() but this approach doesn't work because the application is not started via open(). Cookie. net I would do the following: Response. Show and Close a Window. I would like to close the modal window when the form on the component is saved. Select the C# project template for Windows Forms App and select the Next button: In the Configure your new project dialog: Set the Project name to Please check Title bar customization - Windows apps | Microsoft Learn. InvokeVoidAsync("newImageWindow", imageUrl); } just for reference also here is the js for opening the new window Nov 20, 2019 · But the telerik blazor window doesn't seem to render within the scope of the form that you nest it under, so the containing EditContext is not available, and I have tried everything I can think of to get the data back from the window and update the main form data behind the scenes, but the EditContext still doesn't know about the change. Jul 29, 2024; 2 minutes to read; The Window component allows you to show a non-modal window with custom content. An idea may be to implement IDisposable on your component and call saveState from Dispose. Use Blazor Bootstrap modal component to add dialogs to your site for lightboxes, user notifications, or completely custom content. When something is modified and user presses a button on that popup page, I want this page to close automatically (do not want user to click "Close (x)" button at the title. external. Bellow is a solution I came up with. Oct 4, 2022 · In my Blazor project I use a popup. the Blazor modal component should has a show property that is set by the parent component. and hide all these implementation details inside it. This Blazor Window Actions example is part of a unique collection of hundreds of Blazor demos , with which you can see all Telerik UI for Blazor components and their features in action. --I'm in dire need of help. e. dialog({ closeOnEscape Sep 3, 2022 · I have a maui app with blazor and I'm creating a custom titlebar. But you need to notify Blazor Blazor Playground An online code editor for Blazor components. From <Provide a cross platform API for customizing the TitleBar of desktop apps #13023> But you can disable the maximize buttons and make application do not close after clicking the close button. Jul 24, 2023 · We cannot remove close and maximize buttons Now. Open($"Nový zákazník", new Dictionary<string, object> { { "CustomerType Jan 28, 2024 · I have a Blazor server application with Authentication and Authorization. The Closed event fires after the Window is closed in one of the following ways: A user closes the Window: clicks the Close button, clicks outside the Window boundaries, or presses Escape. close() method of the Javascript, while the browser displays the below message on the console: "Scripts may close o Mar 31, 2022 · Possible issue impacting Blazor Hybrid scenarios on multi window apps: microsoft/microsoft-ui-xaml#6872 Hi, I'd like to close all tabs, which were opened by user. Jan 25, 2021 · I have a page, which calls another page as DialogService (popUp). Current. IdleTimeout = TimeSpan. Our Blazor Window's Width and Height properties allow you to specify the Window’s size in absolute or relative units. close () method closes the currently opened window. The Telerik UI for Blazor Window displays content in a modal or non-modal popup window. Aug 6, 2021 · Then on your page where you want to read the screen width you need to read this function: [Inject] IJSRuntime JSRuntime { get; set; } protected int WindowWidth { get; set; } protected override async Task OnInitializedAsync() { var dimension = await JSRuntime. I want to know how to logout a user when the user closes the browser tab without clicking the Logout button. I think you need Window. Set the ShowCloseButton property to true to show the Close button in the header. Execute event handler. If a component implements IDisposable, the Dispose method is called when the component is removed from the UI. For example, add a Cancel Action to a Window Controller and call the Close method of the Controller’s WindowController. This article explains how to open, close and hide the Notification component. We are here to help. Read more about the Blazor Window Modal Events. js file (which you should not include with Blazor apps). May 6, 2020 · I'm converting a UWP app to Blazor WebAssembly with ASP. The window traps focus and users cannot access HTML elements located outside the window until it is closed. I don't have a cross on my popup. Just open it and search 'blazor' - and you can find many already created components. Our components fire events that result from user behavior, and not from programmatic algorithms. This event occurs in the following cases: A user closes the Window: clicks the Close button, clicks outside the Window boundaries, or presses Escape. Expiration = DateTime. [Index. Users can choose from the following options to close the Popup: click You can handle the Window’s Closing event to process close actions. New to Telerik UI for Blazor? Start a free 30-day trial Open, Close and Hide Notifications. Bold PDF Tools A free online tool to compress, convert, and edit PDFs. The Window offers action buttons in its titlebar: built-in actions Maximize; Minimize; Close; custom action buttons; To define action buttons, populate the WindowActions tag of the Window with WindowAction instances. You set the Visible property to false. Is it possible to pass parameters? Something like: private void OnOpenWindowClicked() { var secondWindow = new Apr 10, 2023 · I have a simple form in a component. Merely calling Application. This feature is added in the Github. On the server, this action is The main window is resized (e. The Window component fires events for visibility, state, size, and position changes. OnClosing, which is Windows-specific. Width; } Jan 26, 2022 · Window abc = new Window(); abc. Developers use popup windows to make their Blazor projects more user friendly by decluttering the main view from rarely used details. Jul 4, 2023 · ConfirmExternalNavigation is a boolean parameter that determines whether a JavaScript alert appears when you navigate to a URL outside of your app/refresh the page/close the tab or window. (And I didn't find anything on my topic in Google) In JS I just use "window. So far it works, but it will only close when you click the x button and not when you click off Here is the code in question @using System. Should you have any questions or need assistance from a member of our team, write to us at info@devexpress. The Window component consists of the header, body, and footer elements. com . You call the CloseAsync method. Use the MinHeight, MaxHeight, MinWidth, and MaxWidth properties to explicitly define a Window’s size constraints. Use the event argument’s CloseReason property to identify which action closes the Window. Feb 8, 2022 · But this doesn't control for cases where a user simply closes the browser without signing out properly. Circuits have lifetime events and it is possible to register event handlers for them. close() in JS, Using a form with method dialog. In a Dialog component (not a Window component) this is implemented as: Nov 14, 2022 · I have following problem: I need to run code when the user closes his browser. Follow the steps below to add the Popup component to an application: Apr 12, 2024 · Hi Eric, Basically, the Dialog is a modal Window that cannot be resized, dragged, minimized and maximized. CircuitHandler will handle the following events: OnCircuitOpenedAsync; OnConnectionUpAsync Close Button; Blazorise CloseButton component A generic close button for dismissing content like modals and alerts. New to Telerik UI for Blazor? Start a free 30-day trial Window Actions. Use this overridden method of the WinWindow class to close a Window in Windows Forms applications. close() function will only close the current tab, and even then there are restrictions based on how the window was created. Oct 28, 2021 · I have a button where I open a blazor page currently I use the css display changing between none and block. Quit(); Now how can i minimize and move maui app My code blazor Dec 27, 2020 · Hello, I have problem with close dialog window. Jan 10, 2024 · inside this component there is another component that i have created that is responsible for opening an image i click into a new window (like a pop up). When something is modified and user presses a button on that popup page, I want this page to close automatically (do not want user to click "Close (x)" bu… Blazor uses Blazor circuits for maintaining information about user and scoped services. Handle the Closing event to process close actions. See if you can find out how to get at the Window object (the native Windows one, not the cross-platform Maui one), inside #if Windows. Another option would be to send such a reference as a cascading parameter if you have a more complex hierarchy and you need to go up and not down. AddSession(options => { options. To show and close the Window synchronously, implement two-way binding for the Visible property. cs. In asp. But is that the only way Blazor can close a browser window? With JavaScript? Remarks. To allow this behavior, set CloseOnOverlayClick to true. This is my demo system which you an adapt to fit your code. close () method. You signed out in another tab or window. Jan 3, 2024 · Close Blazor Dialog Component When Clicking Outside of Its Region. Compatibility. The Dialog has built-in layouts for action buttons at the bottom. Run Demo Read Tutorial: Explore Features. Use the event argument’s CloseReason property to identify an action that closes the window. data("kendoWindow"). There is this thing that I would really to implement in my app: On the top Right corner, in the blazor app, there is an icon that enable the user to: Popup the same page to a new Window. If there is still a problem with closing the window in the submit handler, modify the REPL to reproduce it and send it back to me. If needed, you have to The window. onbrowserclosed('" & exitmessage & "');</script>") where onbrowserclosed is the target method in the app. How to modify the function of the system button close on Windows? I tried used OnClosed event but I don't know how to use it correctly. For brevity, it will be divided in the following sections: Open. Action buttons expose the following You signed in with another tab or window. The Window component also supports keyboard navigation.
vvean hnsnb uhuyo zla wmtp zifyf okj mrb opcqna dxsxn
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}