Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. novalidate :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the novalidate attribute. Example:

    div ! novalidate "bar" $ "Hello."
    
    Result:
    <div novalidate="bar">Hello.</div>
    

  2. oninvalid :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the oninvalid attribute. Example:

    div ! oninvalid "bar" $ "Hello."
    
    Result:
    <div oninvalid="bar">Hello.</div>
    

  3. onpagehide :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the onpagehide attribute. Example:

    div ! onpagehide "bar" $ "Hello."
    
    Result:
    <div onpagehide="bar">Hello.</div>
    

  4. width :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the width attribute. Example:

    div ! width "bar" $ "Hello."
    
    Result:
    <div width="bar">Hello.</div>
    

  5. classid :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.FrameSet.Attributes

    Combinator for the classid attribute. Example:

    div ! classid "bar" $ "Hello."
    
    Result:
    <div classid="bar">Hello.</div>
    

  6. width :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.FrameSet.Attributes

    Combinator for the width attribute. Example:

    div ! width "bar" $ "Hello."
    
    Result:
    <div width="bar">Hello.</div>
    

  7. classid :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.Strict.Attributes

    Combinator for the classid attribute. Example:

    div ! classid "bar" $ "Hello."
    
    Result:
    <div classid="bar">Hello.</div>
    

  8. width :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.Strict.Attributes

    Combinator for the width attribute. Example:

    div ! width "bar" $ "Hello."
    
    Result:
    <div width="bar">Hello.</div>
    

  9. classid :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.Transitional.Attributes

    Combinator for the classid attribute. Example:

    div ! classid "bar" $ "Hello."
    
    Result:
    <div classid="bar">Hello.</div>
    

  10. width :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.Transitional.Attributes

    Combinator for the width attribute. Example:

    div ! width "bar" $ "Hello."
    
    Result:
    <div width="bar">Hello.</div>
    

Page 423 of many | Previous | Next