SoFunction
Updated on 2025-04-02

Flex iframe pass parameters to jsp example

  • Solution to implement DataGrid highlighting data function by flex

    The native DataGrid cannot achieve the desired effect at all. At present, it is usually to rewrite the native DataGrid. You just need to rewrite a class to rewrite the drawRowBackground method.
    2013-10-10
  • Summary of the application of CSS selector in flex4.5

    Similar to HTML, Flex allows the appearance of a component to be set through CSS style in MXML tags. After flex4.5, it has basically supported all CSS application methods in HTML. Here we mainly list the usage methods of CSS selector in flex4.5.
    2013-04-04
  • Flex3 DataGrid drag and drop to ClumnChart dynamic display chart implementation code

    Flex3 DataGrid drag to ClumnChart to display chart dynamically (supports multiple rows to drag and drop at the same time, duplicate data must be added without repetitive data, and the chart right-click menu has been added), etc. Interested friends can learn about it, which may be helpful to you.
    2013-01-01
  • FLEX adds scrollbar implementation ideas and code to the page

    There are many ways to add scroll bars to the page. Use js to get the width and height of the browser window, modify the style according to the width and height of the browser window, and let the scroll bar appear. The specific implementation is as follows. Friends who need it can refer to it.
    2013-11-11
  • Validateall() method in flex implements multi-Item verification and the results are uniformly prompted

    In this article, we will introduce to you how to implement multi-Item verification in flex and the results are uniformly prompted. The details are as follows. Interested friends can refer to it.
    2013-09-09
  • Detailed explanation of flex elastic layout

    flex is the abbreviation of flexible box, which means elastic layout and is used to provide maximum flexibility for boxed models. Today, through this article, I will introduce you in detail the relevant knowledge of flexible layout. Interested friends, let’s take a look.
    2022-03-03
  • Flex Menu Tree implementation code based on data source

    The external parameter flashvars specifies the file location or render link of the data source. Add href and target attributes to the source data to control the opening window. You can customize the parent node and child node icons. The system default is not set. If you are interested, you can learn about it. It may be helpful to you.
    2013-01-01
  • Example of Flex file reading error

    This article introduces the situation of Flex file reading errors in the form of an example. Friends who need it can refer to it
    2014-05-05
  • Flex custom DataGrid implementation changes background color according to a certain attribute value of the entry

    This section mainly introduces that Flex DataGrid changes the background color according to a certain attribute value of the entry. This DataGrid is a custom extension. Friends who need it can refer to it.
    2014-07-07
  • Flex Help Document (Chm Format) Production and FAR Use

    How to extract comments from your flex project to generate help documents in the form of web pages. This method is also popular now. It seems that flex cannot directly generate chm documents. Here we recommend FAR and RoboHelp, but RoboHelp cracked version is not easy to find, and I don’t understand the English version. FAR is more convenient. Interested friends can learn about it.
    2013-02-02