From 719b12e44afc8b62458b1e29d1503e28544acc24 Mon Sep 17 00:00:00 2001 From: Kari Söderholm Date: Thu, 21 Sep 2017 08:56:34 +0300 Subject: Fix article links in articles/contents.asciidoc (#10048) With this fix the links will work properly in vaadin.com --- documentation/articles/contents.asciidoc | 168 +++++++++++++++---------------- 1 file changed, 84 insertions(+), 84 deletions(-) diff --git a/documentation/articles/contents.asciidoc b/documentation/articles/contents.asciidoc index fae920e89e..65de779472 100644 --- a/documentation/articles/contents.asciidoc +++ b/documentation/articles/contents.asciidoc @@ -16,87 +16,87 @@ are great, too. [discrete] == Articles -- link:AccessControlForViews.asciidoc[Access control or views] -- link:CreatingAServlet3.0Application.asciidoc[Creating a Servlet 3.0 application] -- link:DevelopingPortletsForTheWebspherePortalServer.asciidoc[Developing portlets for the WebSphere Portal Server] -- link:ConfigureComboBoxesWisely.asciidoc[Configure ComboBoxes wisely] -- link:LettingTheUserDownloadAFile.asciidoc[Letting the user download a file] -- link:UsingVaadinInIBMDomino.asciidoc[Using Vaadin in IBM Domino] -- link:VaadinTutorialForSwingDevelopers.asciidoc[Vaadin tutorial for Swing developers] -- link:SettingAndReadingSessionAttributes.asciidoc[Setting and reading session attributes] -- link:EnablingServerPush.asciidoc[Enabling server push] -- link:CleaningUpResourcesInAUI.asciidoc[Cleaning up resources in a UI] -- link:SendingEmailFromJavaApplications.asciidoc[Sending email from Java applications] -- link:OptimizingSluggishUI.asciidoc[Optimizing sluggish UI] -- link:UsingParametersWithViews.asciidoc[Using parameters with views] -- link:ConfiguringPushForYourEnvironment.asciidoc[Configuring push for your environment] -- link:SettingAndReadingCookies.asciidoc[Setting and reading cookies] -- link:UsingPolling.asciidoc[Using polling] -- link:FindingTheCurrentUIAndPageAndVaadinSession.asciidoc[Finding the current UI and page and Vaadin Session] -- link:CreatingAnApplicationThatPreservesStateOnRefresh.asciidoc[Creating an application that preserves state on refresh] -- link:SendingEventsFromTheClientToTheServerUsingRPC.asciidoc[Sending events from the client to the server using RPC] -- link:HandlingLogout.asciidoc[Handling logout] -- link:ScalableWebApplications.asciidoc[Scalable web applications] -- link:RememberToTheSetTheLocale.asciidoc[Remember to the set the locale] -- link:MVCBasicsInITMillToolkit.asciidoc[MVC Basics in IT Mill Toolkit] -- link:CustomizingTheStartupPageInAnApplication.asciidoc[Customizing the startup page in an application] -- link:UsingURIFragments.asciidoc[Using URI fragments] -- link:AccessingWebPageAndBrowserInformation.asciidoc[Accessing web page and browser information] -- link:GeneratingDynamicResourcesBasedOnURIOrParameters.asciidoc[Generating dynamic resources based on URI or parameters] -- link:OptimizingTheWidgetSet.asciidoc[Optimizing the widget set] -- link:UsingServerInitiatedEvents.asciidoc[Using server-initiated events] -- link:ChooseInputFieldComponentsWisely.asciidoc[Choose input field components wisely] -- link:CreatingASimpleComponent.asciidoc[Creating a simple component] -- link:IntegratingAnExistingGWTWidget.asciidoc[Integrating an existing GWT widget] -- link:IntegrationExperiences.asciidoc[Integration experiences] -- link:VaadinOnGrailsCreateProjectInIntelliJIDEA.asciidoc[Vaadin on grails - Create project in IntelliJ IDEA] -- link:VaadinOnGrailsDatabaseAccess.asciidoc[Vaadin on grails - Database access] -- link:VaadinOnGrailsMultipleUIs.asciidoc[Vaadin on grails - Multiple UIs] -- link:IntegratingAJavaScriptComponent.asciidoc[Integrating a JavaScript component] -- link:IntegratingAJavaScriptLibraryAsAnExtension.asciidoc[Integrating a JavaScript library as an extension] -- link:UsingAJavaScriptLibraryOrAStyleSheetInAnAddOn.asciidoc[Using a JavaScript library or a style sheet in an add-on] -- link:ExposingServerSideAPIToJavaScript.asciidoc[Exposing server-side API to JavaScript] -- link:UsingRPCFromJavaScript.asciidoc[Using RPC from JavaScript] -- link:IBGettingStartedWithVaadinSpringWithoutSpringBoot.asciidoc[I b - Getting started with Vaadin Spring withoout Spring Boot] -- link:Vaadin7SpringSecurityBaseAuthentification.asciidoc[Vaadin 7 + Spring Security (base authentication)] -- link:UsingBeanValidationToValidateInput.asciidoc[Using Bean Validation to validate input] -- link:VaadinSpringTips.asciidoc[Vaadin Spring tips] -- link:VaadinCDI.asciidoc[Vaadin CDI] -- link:IIInjectionAndScopes.asciidoc[II - Injection and scopes] -- link:CreatingSecureVaadinApplicationsUsingJEE6.asciidoc[Creating secure Vaadin applications using JEE6] -- link:UsingVaadinCDIWithJAASAuthentication.asciidoc[Using Vaadin CDI with JAAS authentication] -- link:LoadTestingWithGatling.asciidoc[Load testing with Gatling] -- link:VaadinScalabilityTestingWithAmazonWebServices.asciidoc[Vaadin scalability testing with Amazon Web Services] -- link:UsingFontIcons.asciidoc[Using font icons in Vaadin 7.2] -- link:DynamicallyInjectingCSS.asciidoc[Dynamically injecting CSS] -- link:ValoExamples.asciidoc[Valo examples] -- link:ReadOnlyVsDisabledFields.asciidoc[Read-only vs Disabled fields] -- link:ValoThemeGettingStarted.asciidoc[Valo theme - Getting started] -- link:UseTooltipsToClarifyFunctions.asciidoc[Use tooltips to clarify functions] -- link:EnableAndDisableButtonsToIndicateState.asciidoc[Enable and disable buttons to indicate state] -- link:ChangingThemeOnTheFly.asciidoc[Changing theme on the fly] -- link:MarkRequiredFieldsAsSuch.asciidoc[Mark required fields as such] -- link:PackagingSCSSOrCSSinAnAddon.asciidoc[Packaging SCSS or CSS in an add-on] -- link:RightAlignComparableNumericalFields.asciidoc[Right-align comparable numerical fields] -- link:CustomizingComponentThemeWithSass.asciidoc[Customizing component theme with Sass] -- link:WidgetStylingUsingOnlyCSS.asciidoc[Widget styling using only CSS] -- link:VisuallyDistinguishPrimaryActions.asciidoc[Visually distinguish primary actions] -- link:LabelButtonsExpressively.asciidoc[Label buttons expressively] -- link:CreatingAServlet3.0Application.asciidoc[Creating a servlet 3.0 application] -- link:CreatingAnEclipseProject.asciidoc[Creating an Eclipse project] -- link:CreatingASimpleComponentContainer.asciidoc[Creating a simple component container] -- link:UsingRPCToSendEventsToTheClient.asciidoc[Using RPC to send events to the client] -- link:CreatingAComponentExtension.asciidoc[Creating a component extension] -- link:CreatingAUIExtension.asciidoc[Creating a UI extension] -- link:UsingDeclarativeServices.asciidoc[Using declarative services] -- link:DynamicallyUpdatingStateBeforeSendingChangesToClient.asciidoc[Dynamically updating state before sending changes to client] -- link:GettingStartedOnNetBeans.asciidoc[Getting started on NetBeans] -- link:ComponentAddonProjectSetupHOWTO.asciidoc[Component add-on project setup how-to] -- link:CreatingAThemeUsingSass.asciidoc[Creating a theme using Sass] -- link:OpeningAUIInAPopupWindow.asciidoc[Opening a UI in a popup window] -- link:ViewChangeConfirmations.asciidoc[View change confirmations] -- link:CreatingABookmarkableApplicationWithBackButtonSupport.asciidoc[Creating a bookmarkable application with back button support] -- link:BroadcastingMessagesToOtherUsers.asciidoc[Broadcasting messages to other users] -- link:ConfigureInputFieldsToGuideDataEntry.asciidoc[Configure input fields to guide data entry] -- link:CreatingMultiTabApplications.asciidoc[Creating multi-tab applications] -- link:AddingASplashScreen.asciidoc[Adding a splash screen] +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> -- cgit v1.2.3